diff options
Diffstat (limited to 'teensy/mpconfigport.h')
-rw-r--r-- | teensy/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/mpconfigport.h b/teensy/mpconfigport.h index 108b230dfd..56bd25c61a 100644 --- a/teensy/mpconfigport.h +++ b/teensy/mpconfigport.h @@ -65,6 +65,7 @@ typedef const void *machine_const_ptr_t; // must be of pointer size // The following would be from a board specific file, if one existed #define MICROPY_HW_BOARD_NAME "Teensy-3.1" +#define MICROPY_HW_MCU_NAME "MK20DX256" #define MICROPY_HW_HAS_SWITCH (0) #define MICROPY_HW_HAS_SDCARD (0) |