We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a35ac3 commit 57c6658Copy full SHA for 57c6658
src/peripherals/gpio-ioe.c
@@ -37,8 +37,6 @@ void GpioIoeInit( Gpio_t *obj, PinNames pin, PinModes mode, PinConfigs config,
37
38
obj->pin = pin;
39
obj->pinIndex = ( 0x01 << pin % 16 );
40
- obj->Context = NULL;
41
- obj->IrqHandler = NULL;
42
43
if( ( obj->pin % 16 ) > 0x07 )
44
{
0 commit comments