This commit is contained in:
Philippe G
2022-01-26 12:41:39 -08:00
parent 8e6d409311
commit 6d1cf28fd6
4 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ static void battery_svc(float value);
static bool init(void);
static void set_battery_led(float value);
const struct target_s target_muse = { "muse", init };
const struct target_s target_muse = { .model = "muse", .init = init };
static bool init(void) {
battery_handler_chain = battery_handler_svc;