dfu/main.c: Initialize FLASHD driver before using it

This commit is contained in:
Harald Welte
2017-03-02 23:18:40 +01:00
parent 0af4948211
commit ec9b5fff3f

View File

@@ -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