From 839720ee8a3e3432c6ac0a4cf691a3f76a91a620 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 1 Jul 2022 17:46:51 +0200 Subject: [PATCH] Fix compilation warning warning: backslash-newline at end of file --- lib/Every/Every.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Every/Every.h b/lib/Every/Every.h index a95f250..342b747 100644 --- a/lib/Every/Every.h +++ b/lib/Every/Every.h @@ -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) \ No newline at end of file + if (NAME)