Skip to content

Commit

Permalink
ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE: Fix config options.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Dec 4, 2024
1 parent e993704 commit 84b2143
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

#define MICROPY_PY_MACHINE_UART (1)
#define MICROPY_PY_MACHINE_HW_PWM (1)
#define MICROPY_PY_MACHINE_HW_SPI (1)
#define MICROPY_PY_MACHINE_TIMER (1)
#define MICROPY_PY_MACHINE_TIMER_NRF (1)
#define MICROPY_PY_MACHINE_RTCOUNTER (1)
#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_MACHINE_ADC (1)
Expand Down

0 comments on commit 84b2143

Please sign in to comment.