diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2022-05-25 12:09:37 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-05-26 11:17:46 +1000 |
| commit | 4946dc5f8cf3c74fac91ffde5cb879d6c2f00bce (patch) | |
| tree | 23a153d66ceddb99a5d218079352b53b10b69e36 | |
| parent | 0bdfceacbe7e0c27c585579feb9c21d6be747974 (diff) | |
teensy/mpconfigport.h: Remove obsolete macros.
| -rw-r--r-- | ports/teensy/mpconfigport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/teensy/mpconfigport.h b/ports/teensy/mpconfigport.h index 0ee83ba40..db1f56757 100644 --- a/ports/teensy/mpconfigport.h +++ b/ports/teensy/mpconfigport.h @@ -105,10 +105,6 @@ __attribute__((always_inline)) static inline mp_uint_t disable_irq(void) { #define MICROPY_HW_ENABLE_TIMER (0) #define MICROPY_HW_ENABLE_SERVO (0) #define MICROPY_HW_ENABLE_DAC (0) -#define MICROPY_HW_ENABLE_I2C1 (0) -#define MICROPY_HW_ENABLE_SPI1 (0) -#define MICROPY_HW_ENABLE_SPI3 (0) -#define MICROPY_HW_ENABLE_CC3K (0) #define MICROPY_HW_LED1 (pin_C5) #define MICROPY_HW_LED_OTYPE (GPIO_MODE_OUTPUT_PP) |
