Fix compilation warning

warning: backslash-newline at end of file
This commit is contained in:
Thomas Basler 2022-07-01 17:46:51 +02:00
parent b1b3f9cbd6
commit 839720ee8a

View File

@ -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)