mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Remove F1 and F3 support
This commit is contained in:
parent
229ac66755
commit
701b0ae55c
847 changed files with 77 additions and 498437 deletions
|
@ -177,12 +177,8 @@ bool cliMode = false;
|
|||
|
||||
static serialPort_t *cliPort = NULL;
|
||||
|
||||
#ifdef STM32F1
|
||||
#define CLI_IN_BUFFER_SIZE 128
|
||||
#else
|
||||
// Space required to set array parameters
|
||||
#define CLI_IN_BUFFER_SIZE 256
|
||||
#endif
|
||||
#define CLI_OUT_BUFFER_SIZE 64
|
||||
|
||||
static bufWriter_t *cliWriter = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue