1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

unify typedef struct name_s {} name_t; naming convention

This commit is contained in:
Petr Ledvina 2015-10-09 13:08:02 +02:00 committed by Dominic Clifton
parent 1613c2d572
commit 8f3d9fae9a
18 changed files with 36 additions and 38 deletions

View file

@ -44,7 +44,7 @@ typedef struct sonarGPIOConfig_s {
uint16_t echoPin;
} sonarGPIOConfig_t;
typedef struct drv_pwm_config_t {
typedef struct drv_pwm_config_s {
bool useParallelPWM;
bool usePPM;
bool useSerialRx;