diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2017-01-21 14:55:27 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2017-01-21 14:55:27 +0000 |
commit | 68c89856c1fc310ad0d75ae1df9d000704e87c8a (patch) | |
tree | aa60906eb89e33f967d51fa304600f44dd684cdc /reg/uart.h | |
download | mk20dx256-68c89856c1fc310ad0d75ae1df9d000704e87c8a.tar.gz mk20dx256-68c89856c1fc310ad0d75ae1df9d000704e87c8a.tar.xz mk20dx256-68c89856c1fc310ad0d75ae1df9d000704e87c8a.zip |
Init commit
Diffstat (limited to 'reg/uart.h')
-rw-r--r-- | reg/uart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/reg/uart.h b/reg/uart.h new file mode 100644 index 0000000..a23d2f6 --- /dev/null +++ b/reg/uart.h @@ -0,0 +1,8 @@ +#ifndef LIB_REG_UART_H +#define LIB_REG_UART_H + +#include "regdefs.h" + + + +#endif /* LIB_REG_UART_H */ |