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
#if ((XTIMER_HZ % 15625) ==0)
#error "Unsupported hardware timer frequency (XTIMER_HZ), missing XTIMER_SHIFT \
in board.h? See xtimer.h documentation for more info"
#else#error "Unknown hardware timer frequency (XTIMER_HZ), check board.h and/or add \
an implementation in sys/include/xtimer/tick_conversion.h"
#endif#endif
And also in this code the two directives are not correctly set to red.
The text was updated successfully, but these errors were encountered:
Josar
changed the title
Preprocessor directive and string or multiline
[C] Preprocessor directive and string or multiline
Apr 26, 2018
I found an error in the code highlighting.
The endif is not properly set to red color.
And also in this code the two directives are not correctly set to red.
The text was updated successfully, but these errors were encountered: