diff --git a/Makefile b/Makefile index 7a3a8af..040095e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # 1 = enable # ---- STOCK QUANSHENG FERATURES ---- -ENABLE_FMRADIO ?= 1 +ENABLE_FMRADIO ?= 0 ENABLE_UART ?= 1 ENABLE_AIRCOPY ?= 0 ENABLE_NOAA ?= 0 diff --git a/driver/backlight.c b/driver/backlight.c index dfa60ac..31488c5 100644 --- a/driver/backlight.c +++ b/driver/backlight.c @@ -154,4 +154,4 @@ void BACKLIGHT_SetBrightness(uint8_t brigtness) uint8_t BACKLIGHT_GetBrightness(void) { return currentBrightness; -} \ No newline at end of file +}