From 9fb6efc4355c618b91b2d22ce5c3f9259c26ff75 Mon Sep 17 00:00:00 2001 From: DRracer Date: Tue, 15 Sep 2020 14:56:41 +0200 Subject: [PATCH] Add newline at the end of file --- Firmware/backlight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/backlight.cpp b/Firmware/backlight.cpp index 04128be8..bc63d8e6 100644 --- a/Firmware/backlight.cpp +++ b/Firmware/backlight.cpp @@ -117,4 +117,4 @@ void backlight_init() {} void backlight_save() {} void backlight_wake(const uint8_t) {} -#endif //LCD_BL_PIN \ No newline at end of file +#endif //LCD_BL_PIN