From a4ffae0eed514eb0e0099abe853794eca98a0110 Mon Sep 17 00:00:00 2001 From: Adrian <35405447+ascillato@users.noreply.github.com> Date: Thu, 29 Mar 2018 10:31:20 -0300 Subject: [PATCH] Update settings.h --- sonoff/settings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/settings.h b/sonoff/settings.h index 25c21451d..51a90af54 100644 --- a/sonoff/settings.h +++ b/sonoff/settings.h @@ -310,4 +310,5 @@ struct XDRVMAILBOX { #ifdef USE_ADC_VCC ADC_MODE(ADC_VCC); // Set ADC input for Power Supply Voltage usage #endif + #endif // _SETTINGS_H_