mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 09:18: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++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FLASHD_Initialize(BOARD_MCK, 1);
|
||||||
TRACE_INFO("entering main loop...\r\n");
|
TRACE_INFO("entering main loop...\r\n");
|
||||||
while (1) {
|
while (1) {
|
||||||
#if TRACE_LEVEL >= TRACE_LEVEL_DEBUG
|
#if TRACE_LEVEL >= TRACE_LEVEL_DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user