Some initial bringup of the dfu bootloader on the mk20dx256vlh7
This commit is contained in:
parent
46fc3e596b
commit
e41444304b
17 changed files with 249 additions and 65 deletions
|
@ -55,7 +55,7 @@
|
|||
const PROGMEM char name##CLIDict_DescEntry[] = description;
|
||||
|
||||
// ARM is easy :P
|
||||
#elif defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_) // ARM
|
||||
#elif defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_) || defined(_mk20dx256vlh7_) // ARM
|
||||
#define CLIDict_Def(name,description) \
|
||||
const char name##Name[] = description; \
|
||||
const CLIDictItem name[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue