diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-09-01 00:29:36 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-09-01 00:29:36 -0400 |
| commit | 4382389e6f7b5f5f05ac1b8f87fd482fdfa12d16 (patch) | |
| tree | 44bccd156730ee9b743931fb9e768bc373173128 /ports/nrf/peripherals | |
| parent | 9ea809bef73e6862103cd71802803122e97bf80b (diff) | |
fix typos, remove incorrect pca10059 example; add default buses for pca10056; improve board names for pca boards
Diffstat (limited to 'ports/nrf/peripherals')
| -rw-r--r-- | ports/nrf/peripherals/nrf/pins.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/peripherals/nrf/pins.h b/ports/nrf/peripherals/nrf/pins.h index 1a87c0d88..22ca27457 100644 --- a/ports/nrf/peripherals/nrf/pins.h +++ b/ports/nrf/peripherals/nrf/pins.h @@ -67,6 +67,4 @@ extern const mp_obj_type_t mcu_pin_type; #include "nrf52840/pins.h" #endif -//**************extern const mp_obj_type_t mcu_pin_type; - #endif // __MICROPY_INCLUDED_NRF_PERIPHERALS_PINS_H__ |
