Skip to content

Commit

Permalink
teensy/mpconfigport.h: Remove obsolete macros.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader authored and dpgeorge committed May 26, 2022
1 parent 0bdfcea commit 4946dc5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ports/teensy/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4946dc5

Please sign in to comment.