diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-07-08 17:48:32 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-07-08 17:48:32 +0200 |
| commit | 388f554ff6516ce19ad52830f26b623ded395bb5 (patch) | |
| tree | 302fb9f8d4b65214851c42df9e96ea088361a720 /ports/nrf/common-hal/microcontroller/Pin.h | |
| parent | 25ece8fb3d96969dffb0726ba57d42cf7ed95b4d (diff) | |
nrf: Rewrite the DigitalInOut hal using nRFx
Diffstat (limited to 'ports/nrf/common-hal/microcontroller/Pin.h')
| -rw-r--r-- | ports/nrf/common-hal/microcontroller/Pin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/nrf/common-hal/microcontroller/Pin.h b/ports/nrf/common-hal/microcontroller/Pin.h index b04151184..66cd011da 100644 --- a/ports/nrf/common-hal/microcontroller/Pin.h +++ b/ports/nrf/common-hal/microcontroller/Pin.h @@ -32,6 +32,5 @@ #define mcu_pin_obj_t pin_obj_t void reset_all_pins(void); -void reset_pin(uint8_t pin); #endif // MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PIN_H |
