0
0
Fork 0

chore: test

This commit is contained in:
windowsair 2021-11-03 11:44:31 +08:00 committed by GitHub
parent 9d8219958e
commit 0f5f81accb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ void app_main()
wait_for_ip();
DAP_Setup();
timer_init();
uint8_t *pp = NULL;
*pp = 123;
xTaskCreate(tcp_server_task, "tcp_server", 4096, NULL, 14, NULL);
xTaskCreate(DAP_Thread, "DAP_Task", 2048, NULL, 10, &kDAPTaskHandle);