1
0
Fork 0
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:
Steve Evans 2021-09-15 21:55:43 +01:00
parent 229ac66755
commit 701b0ae55c
847 changed files with 77 additions and 498437 deletions

View file

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