-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
delay() should not be defined as inline
ArduinoShrink/src/ArduinoShrink.h
Line 7 in 0be8e6e
| inline void delay(uint32_t msec) |
Inline functions in ArduinoShrink.h can cause a bug when the sketch code does not call delay() but a 3rd-party library used by the sketch does. As an inline function, delay() does not get compiled into ArduinoShrink.a as intended.
Metadata
Metadata
Assignees
Labels
No labels