c.tmbundle
c.tmbundle copied to clipboard
[C] Preprocessor directive and string or multiline
I found an error in the code highlighting.
#ifdef __cplusplus
extern "C" {
#endif
The endif is not properly set to red color.
#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.
seems related to #5 #12 #27 #47
possible solution #12 ?