Update Makefile to use dependency files

This commit is contained in:
2018-11-07 17:18:24 +01:00
parent e882607fe8
commit 03daeeeb36
5 changed files with 28 additions and 19 deletions

View File

@@ -11,7 +11,5 @@
void initUART();
void sendChar(char c);
void sendString(char* s, int count);
#ifdef _P20N_
void yuri();
#endif
#endif /* UART_UART_H_ */