f407ve_hs_uart/app/application.h
2019-10-18 13:55:22 +02:00

16 lines
181 B
C

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