mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed use of an enum type in a parameter group.
This commit is contained in:
parent
8c2a8f717a
commit
ae4c260d74
4 changed files with 4 additions and 4 deletions
|
@ -139,7 +139,7 @@ uint8_t getBatteryCellCount(void) {
|
|||
static serialPortStub_t serialWriteStub;
|
||||
static serialPortStub_t serialReadStub;
|
||||
|
||||
#define SERIAL_PORT_DUMMY_IDENTIFIER (serialPortIdentifier_e)0x1234
|
||||
#define SERIAL_PORT_DUMMY_IDENTIFIER (serialPortIdentifier_e)0x12
|
||||
serialPort_t serialTestInstance;
|
||||
serialPortConfig_t serialTestInstanceConfig = {
|
||||
.identifier = SERIAL_PORT_DUMMY_IDENTIFIER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue