Skip to content

Winterrupts.c writes but never reads .configured #6

Closed
@fpistm

Description

@fpistm

From @rogerclarkmelbourne on November 20, 2016 21:11

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)

Copied from original issue: fpistm/Arduino_Core_STM32L4#4

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions