lint code

This commit is contained in:
aanper
2020-10-13 20:59:39 +03:00
parent f696673700
commit b007b9cb60
9 changed files with 271 additions and 23 deletions
+3 -1
View File
@@ -72,7 +72,9 @@ const FlipperStartupApp FLIPPER_STARTUP[] = {
#endif
#ifdef APP_CC1101
{.app = cc1101_workaround, .name = "cc1101_workaround", .libs = {2, FURI_LIB{"display_u8g2", "input_task"}}},
{.app = cc1101_workaround,
.name = "cc1101_workaround",
.libs = {2, FURI_LIB{"display_u8g2", "input_task"}}},
#endif
};