mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +01:00
Fix compilation warning
warning: backslash-newline at end of file
This commit is contained in:
@@ -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_I(NAME, N) \
|
||||
static CEveryNHours NAME(N); \
|
||||
if (NAME)
|
||||
if (NAME)
|
||||
|
||||
Reference in New Issue
Block a user