This repository was archived by the owner on Jan 24, 2020. It is now read-only.
This repository was archived by the owner on Jan 24, 2020. It is now read-only.
Winterrupts.c writes but never reads .configured #4
Closed
Description
In various lines Winterrupts.c e.g.
https://github.com/stm32duino/Arduino_Core_STM32L4/blob/master/cores/arduino/WInterrupts.c#L43
.configured is written but never read.
These lines can be removed and
PinDescription g_intPinConfigured[MAX_DIGITAL_IOS];
can be changed to a array of pointers to PinDescription
(and the code changed accordingly)
Metadata
Metadata
Assignees
Labels
No labels