1
0
Fork 0
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:
blckmn 2017-01-04 16:25:12 +11:00
parent ebd5821be7
commit 5433f6ec2d
5 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -6,4 +6,3 @@ TARGET_SRC = \
drivers/accgyro_mpu6500.c \
drivers/light_ws2811strip.c \
drivers/light_ws2811strip_hal.c