Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit ea09061

Browse files
committed
Fix indenting in esp32/main.c
1 parent ed470e4 commit ea09061

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

esp32/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ void app_main(void) {
213213
printf("Starting bpp.\n");
214214
do_bpp_bgnd();
215215
} else {
216-
printf("Touch wake after bpp.\n");
217-
xTaskCreateStaticPinnedToCore(mp_task, "mp_task", MP_TASK_STACK_LEN, NULL, MP_TASK_PRIORITY,
218-
&mp_task_stack[0], &mp_task_tcb, 0);
219-
}
216+
printf("Touch wake after bpp.\n");
217+
xTaskCreateStaticPinnedToCore(mp_task, "mp_task", MP_TASK_STACK_LEN, NULL, MP_TASK_PRIORITY,
218+
&mp_task_stack[0], &mp_task_tcb, 0);
219+
}
220220
break;
221221
#endif
222222

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy