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
In file included from C:\Users\benka\OneDrive\Documents\Arduino\libraries\Snooze-master\src/Snooze.h:43:0,
from C:\Users\benka\OneDrive\Documents\Arduino\libraries\Snooze-master\examples\reduced_cpu_block\simple\simple.ino:9:
simple: In function 'void loop()':
C:\Users\benka\OneDrive\Documents\Arduino\libraries\Snooze-master\src/hal/TEENSY_36/hal.h:36:45: error: 'set_runlp' was not declared in this scope
for ( TYPE __ToDo = set_runlp( SNOOZE_BLOCK ); __ToDo; __ToDo = set_run( SNOOZE_BLOCK ) )
^
C:\Users\benka\OneDrive\Documents\Arduino\libraries\Snooze-master\examples\reduced_cpu_block\simple\simple.ino:23:5: note: in expansion of macro 'REDUCED_CPU_BLOCK'
REDUCED_CPU_BLOCK(dummyConfig) {
^
C:\Users\benka\OneDrive\Documents\Arduino\libraries\Snooze-master\src/hal/TEENSY_36/hal.h:36:89: error: 'set_run' was not declared in this scope
for ( TYPE __ToDo = set_runlp( SNOOZE_BLOCK ); __ToDo; __ToDo = set_run( SNOOZE_BLOCK ) )
^
C:\Users\benka\OneDrive\Documents\Arduino\libraries\Snooze-master\examples\reduced_cpu_block\simple\simple.ino:23:5: note: in expansion of macro 'REDUCED_CPU_BLOCK'
REDUCED_CPU_BLOCK(dummyConfig) {
^
Error compiling for board Teensy 3.6.
(i get the same error's on 3.6 and 3.2)
The text was updated successfully, but these errors were encountered:
(i get the same error's on 3.6 and 3.2)
The text was updated successfully, but these errors were encountered: