mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed SITL.
This commit is contained in:
parent
3be377bde1
commit
4b7ba85ec1
2 changed files with 3 additions and 1 deletions
|
@ -55,6 +55,8 @@ const timerHardware_t timerHardware[1]; // unused
|
|||
#include "dyad.h"
|
||||
#include "target/SITL/udplink.h"
|
||||
|
||||
uint32_t SystemCoreClock;
|
||||
|
||||
static fdm_packet fdmPkt;
|
||||
static servo_packet pwmPkt;
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
|
||||
// belows are internal stuff
|
||||
|
||||
uint32_t SystemCoreClock;
|
||||
extern uint32_t SystemCoreClock;
|
||||
|
||||
#ifdef EEPROM_IN_RAM
|
||||
extern uint8_t eepromData[EEPROM_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue