diff --git a/src/main/drivers/display_ug2864hsweg01.c b/src/main/drivers/display_ug2864hsweg01.c index 1764ce3b9e..3bec33ac6d 100644 --- a/src/main/drivers/display_ug2864hsweg01.c +++ b/src/main/drivers/display_ug2864hsweg01.c @@ -252,7 +252,6 @@ void i2c_OLED_send_string(const char *string) /** * according to http://www.adafruit.com/datasheets/UG-2864HSWEG01.pdf Chapter 4.4 Page 15 */ -#if 1 bool ug2864hsweg01InitI2C(void) { @@ -327,4 +326,3 @@ void ug2864hsweg01InitI2C(void) } #endif -#endif \ No newline at end of file diff --git a/src/main/target/NERO/target.c b/src/main/target/NERO/target.c index 689b1b6c72..b16d0e5a2c 100644 --- a/src/main/target/NERO/target.c +++ b/src/main/target/NERO/target.c @@ -34,4 +34,4 @@ const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = { DEF_TIM(TIM3, CH4, PB1, TIM_USE_MOTOR, TIMER_OUTPUT_STANDARD, 0 ), DEF_TIM(TIM8, CH3, PC8, TIM_USE_MOTOR, TIMER_OUTPUT_STANDARD, 0 ), DEF_TIM(TIM8, CH4, PC9, TIM_USE_MOTOR, TIMER_OUTPUT_STANDARD, 0 ), -}; \ No newline at end of file +}; diff --git a/src/main/target/NERO/target.h b/src/main/target/NERO/target.h index 7ff2a5961b..0cbc06048a 100644 --- a/src/main/target/NERO/target.h +++ b/src/main/target/NERO/target.h @@ -137,4 +137,4 @@ #define TARGET_IO_PORTD (BIT(2)) #define USABLE_TIMER_CHANNEL_COUNT 9 -#define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(5) | TIM_N(8) | TIM_N(9)) +#define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(5) | TIM_N(8) | TIM_N(9) ) diff --git a/src/main/target/NERO/target.mk b/src/main/target/NERO/target.mk index bf5b2e2589..587911cc98 100644 --- a/src/main/target/NERO/target.mk +++ b/src/main/target/NERO/target.mk @@ -6,4 +6,3 @@ TARGET_SRC = \ drivers/accgyro_mpu6500.c \ drivers/light_ws2811strip.c \ drivers/light_ws2811strip_hal.c - \ No newline at end of file diff --git a/src/main/target/link/stm32_flash_f722.ld b/src/main/target/link/stm32_flash_f722.ld index 744201c722..3e58617806 100644 --- a/src/main/target/link/stm32_flash_f722.ld +++ b/src/main/target/link/stm32_flash_f722.ld @@ -26,4 +26,4 @@ MEMORY /* note TCM could be used for stack */ REGION_ALIAS("STACKRAM", TCM) -INCLUDE "stm32_flash.ld" \ No newline at end of file +INCLUDE "stm32_flash.ld"