Add central location for ChibiOS defines (#7542)

* Add central location for chibios defines

* Add central location for chibios defines - actually add files this time....

* Add Copyright header

* Update include order to resolve i2cv1 build errors
This commit is contained in:
Joel Challis
2019-12-21 18:22:49 +00:00
committed by Florian Didron
parent 5e3bd392cb
commit 0a1b1e3235
5 changed files with 36 additions and 24 deletions
+1
View File
@@ -22,6 +22,7 @@
#endif
#if defined(PROTOCOL_CHIBIOS)
# include "hal.h"
# include "chibios_config.h"
#endif
#include "wait.h"