mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Merge pull request #5870 from wind0r/remove_unused_define
remove unused swap serial define
This commit is contained in:
commit
5bb83a348a
1 changed files with 0 additions and 8 deletions
|
@ -87,14 +87,6 @@ PG_RESET_TEMPLATE(systemConfig_t, systemConfig,
|
||||||
.boardIdentifier = TARGET_BOARD_IDENTIFIER
|
.boardIdentifier = TARGET_BOARD_IDENTIFIER
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifdef SWAP_SERIAL_PORT_0_AND_1_DEFAULTS
|
|
||||||
#define FIRST_PORT_INDEX 1
|
|
||||||
#define SECOND_PORT_INDEX 0
|
|
||||||
#else
|
|
||||||
#define FIRST_PORT_INDEX 0
|
|
||||||
#define SECOND_PORT_INDEX 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef USE_OSD_SLAVE
|
#ifndef USE_OSD_SLAVE
|
||||||
uint8_t getCurrentPidProfileIndex(void)
|
uint8_t getCurrentPidProfileIndex(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue