diff options
| author | microbuilder <contact@microbuilder.eu> | 2017-12-22 11:45:51 +0100 |
|---|---|---|
| committer | microbuilder <contact@microbuilder.eu> | 2017-12-22 11:45:51 +0100 |
| commit | ace872bf113c099cdb162eb1016106ea705317d5 (patch) | |
| tree | e34cc120062f7e60f9708fdcaff78b8bc14efea1 /ports/nrf | |
| parent | a3289c3c2f36e2919f94b82f3a3221eab8d67ab1 (diff) | |
Added 'mp_raise_NotImplementedError(NULL)'
Diffstat (limited to 'ports/nrf')
| -rw-r--r-- | ports/nrf/common-hal/pulseio/PulseIn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/common-hal/pulseio/PulseIn.c b/ports/nrf/common-hal/pulseio/PulseIn.c index 19e7dbba3..c343bffac 100644 --- a/ports/nrf/common-hal/pulseio/PulseIn.c +++ b/ports/nrf/common-hal/pulseio/PulseIn.c @@ -47,7 +47,7 @@ void pulsein_reset(void) { } void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self, const mcu_pin_obj_t* pin, uint16_t maxlen, bool idle_state) { - + mp_raise_NotImplementedError(NULL); } bool common_hal_pulseio_pulsein_deinited(pulseio_pulsein_obj_t* self) { |
