2018-10-23 22:56:12 -04:00

13 lines
116 B
C

#ifndef _APP_H_
#define _APP_H_
#include <stdint.h>
#define DEBUG_UART USART1
void hw_init(void);
#endif