diff options
| author | blmorris <bryan.morrissey@gmail.com> | 2014-07-18 16:06:22 -0400 |
|---|---|---|
| committer | blmorris <bryan.morrissey@gmail.com> | 2014-07-18 16:06:22 -0400 |
| commit | 0f4ee2e44a1e47258a8b07fb25e28286d131390c (patch) | |
| tree | 7bfb507183544d14236c0be8a232a92f4113abb1 /teensy/mpconfigport.h | |
| parent | 0429d35f37532d2a981e704f014a248da9b157d8 (diff) | |
| parent | 5467186b0eaa6e856b00f60f807bb988ae2ef8c5 (diff) | |
Merge https://github.com/micropython/micropython
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 108b230df..56bd25c61 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) |
