Skip to content

Commit

Permalink
chore: just include the headers...
Browse files Browse the repository at this point in the history
... taranis boards file is the same...
  • Loading branch information
pfeerick committed Aug 31, 2024
1 parent 37b4a2e commit 1e701e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions radio/src/targets/horus/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@
* GNU General Public License for more details.
*/

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

#include "stm32_hal.h"
#include "stm32_hal_ll.h"
#include "stm32_gpio.h"
#include "stm32_ws2812.h"

#include "hal/adc_driver.h"
#include "hal/trainer_driver.h"
Expand All @@ -39,6 +35,7 @@
#include "boards/generic_stm32/module_ports.h"
#include "boards/generic_stm32/intmodule_heartbeat.h"
#include "boards/generic_stm32/analog_inputs.h"
#include "boards/generic_stm32/rgb_leds.h"

#include "timers_driver.h"
#include "dataconstants.h"
Expand Down

0 comments on commit 1e701e4

Please sign in to comment.