mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Moved configuration validation into 'config.c'.
This commit is contained in:
parent
b137bbe80c
commit
99f77fa88d
41 changed files with 92 additions and 76 deletions
|
@ -162,7 +162,7 @@ void rescheduleTask(cfTaskId_e taskId, uint32_t newPeriodMicros)
|
|||
|
||||
|
||||
|
||||
serialPortConfig_t *findSerialPortConfig(serialPortFunction_e function)
|
||||
const serialPortConfig_t *findSerialPortConfig(serialPortFunction_e function)
|
||||
{
|
||||
EXPECT_EQ(FUNCTION_TELEMETRY_IBUS, function);
|
||||
return findSerialPortConfig_stub_retval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue