1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +03:00

Fix cpu type in status CLI command

This commit is contained in:
Štěpán Dalecký 2022-07-03 21:48:46 +02:00
parent 81a3c53b1c
commit 6e04a6bdc3

View file

@ -289,8 +289,6 @@ static const char * const *sensorHardwareNames[] = {
// Needs to be aligned with mcuTypeId_e
static const char *mcuTypeNames[] = {
"SIMULATOR",
"F103",
"F303",
"F40X",
"F411",
"F446",