You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'const' declaration to avoid:
cores/arduino/pulse.c: In function 'pulseIn':
cores/arduino/pulse.c:44:29: warning: initialization discards
'const' qualifier from pointer target type [enabled by default]
volatile uint32_t *port = &(PORT->Group[p.ulPort].IN.reg);
^
0 commit comments