Skip to content

Commit

Permalink
Fixed errors after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Feb 10, 2023
1 parent b5961dd commit bffa1c7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 433 deletions.
2 changes: 1 addition & 1 deletion radio/src/gui/128x64/radio_diaganas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "../../hal/adc_driver.h"

#if defined(RADIO_BOXER)
#include "../../targets/common/arm/stm32/flyskyHallStick_driver.h"
#include "flysky_gimbal_driver.h"
#endif

#define HOLDANAVALUEFRAMES 4 /* 4* 50ms = 200 ms update rate */
Expand Down
2 changes: 1 addition & 1 deletion radio/src/gui/colorlcd/radio_diaganas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// #endif

#if defined(RADIO_FAMILY_T16) || defined(PCBNV14)
#include "../../targets/common/arm/stm32/flyskyHallStick_driver.h"
#include "flysky_gimbal_driver.h"
#endif

#define STATSDEPTH 8 // ideally a value of power of 2
Expand Down
Loading

0 comments on commit bffa1c7

Please sign in to comment.