1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Fix indentation.

This commit is contained in:
Chris 2018-11-14 11:56:57 +00:00
parent 84794f7526
commit 2a0f71b695

View file

@ -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