mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
fix cli crash on get, dump, diff on SITL
This commit is contained in:
parent
ad7da28b1d
commit
f8c9b57fd6
5 changed files with 13 additions and 13 deletions
|
@ -23,8 +23,10 @@
|
|||
|
||||
#include "config/config_streamer.h"
|
||||
|
||||
#ifndef EEPROM_IN_RAM
|
||||
extern uint8_t __config_start; // configured via linker script when building binaries.
|
||||
extern uint8_t __config_end;
|
||||
#endif
|
||||
|
||||
#if !defined(FLASH_PAGE_SIZE)
|
||||
// F1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue