1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fixed SITL.

This commit is contained in:
mikeller 2018-08-31 01:15:31 +12:00
parent 3be377bde1
commit 4b7ba85ec1
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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];