mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
fixing fucked up struct definitions;
updated uvision project; updated hex file;
This commit is contained in:
parent
4356893adc
commit
c1cdf8b844
4 changed files with 3661 additions and 3558 deletions
|
@ -49,6 +49,8 @@
|
|||
|
||||
const uint8_t kHoTTv4BinaryPacketSize = 45;
|
||||
const uint8_t kHoTTv4TextPacketSize = 173;
|
||||
static HoTTV4GPSModule_t HoTTV4GPSModule;
|
||||
static HoTTV4ElectricAirModule_t HoTTV4ElectricAirModule;
|
||||
|
||||
static void hottV4SerialWrite(uint8_t c);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue