1
0
Fork 0
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:
cs8425 2017-09-08 00:12:12 +08:00
parent ad7da28b1d
commit f8c9b57fd6
5 changed files with 13 additions and 13 deletions

View file

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