summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include')
-rw-r--r--src/target/firmware/include/uart.h (renamed from src/target/firmware/include/calypso/uart.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/firmware/include/calypso/uart.h b/src/target/firmware/include/uart.h
index 7eb925ed..81d7a156 100644
--- a/src/target/firmware/include/calypso/uart.h
+++ b/src/target/firmware/include/uart.h
@@ -1,5 +1,5 @@
-#ifndef _CAL_UART_H
-#define _CAL_UART_H
+#ifndef _UART_H
+#define _UART_H
#include <stdint.h>
@@ -29,4 +29,4 @@ void uart_irq_enable(uint8_t uart, enum uart_irq irq, int on);
void uart_poll(uint8_t uart);
-#endif /* _CAL_UART_H */
+#endif /* _UART_H */