Remove unused header and fix comment.
authorNathael Pajani <nathael.pajani@ed3l.fr>
Wed, 23 Sep 2015 12:46:31 +0000 (14:46 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
drivers/i2c.c
include/core/systick.h

index 786171f..1b51239 100644 (file)
@@ -34,7 +34,6 @@
 #include "core/lpc_regs_12xx.h"
 #include "core/lpc_core_cm0.h"
 #include "core/system.h"
-#include "core/pio.h"
 #include "lib/string.h"
 #include "drivers/i2c.h"
 
index 67e1b62..cd48e5d 100644 (file)
@@ -107,4 +107,4 @@ int remove_systick_callback(void (*callback) (uint32_t));
 void usleep_short(uint32_t us);
 
 
-#endif /* CORE_SYSTEM_H */
+#endif /* CORE_SYSTICK_H */