Skip to content

Commit

Permalink
Fixed build errors of other targets
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Aug 28, 2024
1 parent 07d4497 commit e55ceef
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions radio/src/targets/pl18/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,7 @@

#include "stm32_adc.h"
#include "stm32_gpio.h"

#include "stm32_gpio_driver.h"

#if defined(LED_STRIP_GPIO)
#include "stm32_ws2812.h"
#include "boards/generic_stm32/rgb_leds.h"
#endif

#include "board.h"
#include "boards/generic_stm32/module_ports.h"
#include "stm32_ws2812.h"

#include "hal/adc_driver.h"
#include "hal/trainer_driver.h"
Expand All @@ -41,6 +32,10 @@
#include "hal/gpio.h"
#include "hal/rotary_encoder.h"

#include "board.h"
#include "boards/generic_stm32/module_ports.h"
#include "boards/generic_stm32/rgb_leds.h"

#include "globals.h"
#include "sdcard.h"
#include "touch.h"
Expand Down

0 comments on commit e55ceef

Please sign in to comment.