mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
printf naming cleanup
This commit is contained in:
parent
2a37e26715
commit
a9b2c39872
2 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@ serialPort_t *loopbackPort;
|
|||
|
||||
failsafe_t *failsafe;
|
||||
|
||||
void initPrintfSupport(void);
|
||||
void printfSupportInit(void);
|
||||
void timerInit(void);
|
||||
void telemetryInit(void);
|
||||
void serialInit(serialConfig_t *initialSerialConfig);
|
||||
|
@ -125,7 +125,7 @@ void init(void)
|
|||
drv_pwm_config_t pwm_params;
|
||||
bool sensorsOK = false;
|
||||
|
||||
initPrintfSupport();
|
||||
printfSupportInit();
|
||||
|
||||
initEEPROM();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue