mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +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
|
|
|
@ -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