Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Jan 31, 2025
1 parent 9f2dd6d commit 8de55d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions radio/src/targets/pl18/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#include "stm32_ws2812.h"
#include "stm32_spi.h"

#if defined(AUDIO_SPI)
#include "vs1053b.h"
#endif

#include "hal/adc_driver.h"
#include "hal/trainer_driver.h"
#include "hal/switch_driver.h"
Expand All @@ -42,10 +46,6 @@
#include "touch.h"
#include "debug.h"

#if defined(AUDIO_SPI)
#include "vs1053b.h"
#endif

#if defined(FLYSKY_GIMBAL)
#include "flysky_gimbal_driver.h"
#endif
Expand Down

0 comments on commit 8de55d6

Please sign in to comment.