mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Minor EOL cleanup
This commit is contained in:
parent
ebd5821be7
commit
5433f6ec2d
5 changed files with 3 additions and 6 deletions
|
@ -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
|
* according to http://www.adafruit.com/datasheets/UG-2864HSWEG01.pdf Chapter 4.4 Page 15
|
||||||
*/
|
*/
|
||||||
#if 1
|
|
||||||
bool ug2864hsweg01InitI2C(void)
|
bool ug2864hsweg01InitI2C(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -327,4 +326,3 @@ void ug2864hsweg01InitI2C(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
|
@ -137,4 +137,4 @@
|
||||||
#define TARGET_IO_PORTD (BIT(2))
|
#define TARGET_IO_PORTD (BIT(2))
|
||||||
|
|
||||||
#define USABLE_TIMER_CHANNEL_COUNT 9
|
#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) )
|
||||||
|
|
|
@ -6,4 +6,3 @@ TARGET_SRC = \
|
||||||
drivers/accgyro_mpu6500.c \
|
drivers/accgyro_mpu6500.c \
|
||||||
drivers/light_ws2811strip.c \
|
drivers/light_ws2811strip.c \
|
||||||
drivers/light_ws2811strip_hal.c
|
drivers/light_ws2811strip_hal.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue