13 lines
116 B
C
13 lines
116 B
C
#ifndef _APP_H_
|
|
#define _APP_H_
|
|
#include <stdint.h>
|
|
|
|
#define DEBUG_UART USART1
|
|
|
|
|
|
void hw_init(void);
|
|
|
|
|
|
|
|
#endif
|