mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fix as per @jflyper's comments
This commit is contained in:
parent
c00ffe0427
commit
3d7145b088
2 changed files with 3 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
PG_REGISTER_WITH_RESET_TEMPLATE(dashboardConfig_t, dashboardConfig, PG_DASHBOARD_CONFIG, 0);
|
||||
|
||||
PG_RESET_TEMPLATE(dashboardConfig_t, dashboardConfig,
|
||||
.device = DASHBOARD_I2C_INSTANCE,
|
||||
.device = I2C_DEV_TO_CFG(DASHBOARD_I2C_INSTANCE),
|
||||
.address = DASHBOARD_I2C_ADDRESS,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue