diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-21 16:42:06 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-21 16:42:06 -0400 |
commit | d7285a20d9bfd1335b72bfcfd09b9a723415f0da (patch) | |
tree | 963bd8f971bb3f6f7dc42d1aaad3a781bcf6fc03 /cfg/mcuconf.h | |
parent | 9b926b81ef1e8a4c7266494ae2a1369380e01b35 (diff) |
move firmware source into source folder
Diffstat (limited to 'cfg/mcuconf.h')
-rw-r--r-- | cfg/mcuconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h deleted file mode 100644 index 0d4d5c1..0000000 --- a/cfg/mcuconf.h +++ /dev/null @@ -1,7 +0,0 @@ -#if defined(TARGET_PLATFORM_L4)
-#include "mcuconf_l4.h"
-#elif defined(TARGET_PLATFORM_H7)
-#include "mcuconf_h7.h"
-#elif defined(TARGET_PLATFORM_G4)
-#include "mcuconf_g4.h"
-#endif
|