Skip to content

Commit 57c6658

Browse files
committed
Fix gpio-ioe driver for low power handling.
1 parent 5a35ac3 commit 57c6658

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/peripherals/gpio-ioe.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ void GpioIoeInit( Gpio_t *obj, PinNames pin, PinModes mode, PinConfigs config,
3737

3838
obj->pin = pin;
3939
obj->pinIndex = ( 0x01 << pin % 16 );
40-
obj->Context = NULL;
41-
obj->IrqHandler = NULL;
4240

4341
if( ( obj->pin % 16 ) > 0x07 )
4442
{

0 commit comments

Comments
 (0)