mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
dfu/main.c: Initialize FLASHD driver before using it
This commit is contained in:
@@ -167,6 +167,7 @@ extern int main(void)
|
||||
i++;
|
||||
}
|
||||
|
||||
FLASHD_Initialize(BOARD_MCK, 1);
|
||||
TRACE_INFO("entering main loop...\r\n");
|
||||
while (1) {
|
||||
#if TRACE_LEVEL >= TRACE_LEVEL_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user