Skip to content

Commit

Permalink
Fixing a typo in bigquad.c introduced by bitcraze#495 Refactoring...
Browse files Browse the repository at this point in the history
Fixing a typo introduced in 
bitcraze@bf8a584
  • Loading branch information
matejkarasek committed Jan 10, 2020
1 parent 438f33e commit 25bc29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck/drivers/src/bigquad.c
Expand Up @@ -91,7 +91,7 @@ static void bigquadInit(DeckInfo *info)
uart1Init(115200);
mspInit(&s_MspObject, osdResponseCallback);
xTaskCreate(osdTask, BQ_OSD_TASK_NAME,
configMINIMAL_STACK_SIZE, NULL, BQ_DECK_TASK_PRI, NULL);
configMINIMAL_STACK_SIZE, NULL, BQ_OSD_TASK_PRI, NULL);
#endif

isInit = true;
Expand Down

0 comments on commit 25bc29c

Please sign in to comment.