mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fix indentation.
This commit is contained in:
parent
84794f7526
commit
2a0f71b695
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ PG_REGISTER_WITH_RESET_TEMPLATE(sdioConfig_t, sdioConfig, PG_SDIO_CONFIG, 0);
|
|||
PG_RESET_TEMPLATE(sdioConfig_t, sdioConfig,
|
||||
.clockBypass = 0,
|
||||
.useCache = 0,
|
||||
.use4BitWidth = 1
|
||||
.use4BitWidth = true
|
||||
);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue