Fix compilation warning
warning: backslash-newline at end of file
This commit is contained in:
parent
b1b3f9cbd6
commit
839720ee8a
@ -139,4 +139,4 @@ INSTANTIATE_EVERY_N_TIME_PERIODS(CEveryNHours, uint8_t, hours8);
|
|||||||
#define EVERY_N_HOURS(N) EVERY_N_HOURS_I(CONCAT_MACRO(PER, __COUNTER__), N)
|
#define EVERY_N_HOURS(N) EVERY_N_HOURS_I(CONCAT_MACRO(PER, __COUNTER__), N)
|
||||||
#define EVERY_N_HOURS_I(NAME, N) \
|
#define EVERY_N_HOURS_I(NAME, N) \
|
||||||
static CEveryNHours NAME(N); \
|
static CEveryNHours NAME(N); \
|
||||||
if (NAME)
|
if (NAME)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user