f407zgt6_hs_uart/app/application.h
2019-09-29 17:51:32 +02:00

17 lines
200 B
C

/*
* app.h
*
* Created on: Aug 29, 2019
* Author: abody
*/
#ifndef APP_H_
#define APP_H_
#include <inttypes.h>
#include "main.h"
#include <stats.h>
void MainLoop();
#endif /* APP_H_ */