Move UART implementation to seperate module
This commit is contained in:
9
src/common.h
Normal file
9
src/common.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef MAD_COMMON_H
|
||||
#define MAD_COMMON_H
|
||||
|
||||
#define UNUSED(s) (void)(s)
|
||||
|
||||
#include <util/delay.h>
|
||||
#define Sleep(ms) _delay_ms(ms)
|
||||
|
||||
#endif // MAD_COMMON_H
|
||||
Reference in New Issue
Block a user