0
0
Fork 0

Update main.c

This commit is contained in:
windowsair 2021-11-03 15:56:03 +08:00 committed by GitHub
parent f5114020b3
commit 6e58e55a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ void app_main()
timer_init();
uint8_t *pp = NULL;
*pp = 123;
volatile uint8_t *test_123 = (uint8_t *)malloc(strlen("123"));
xTaskCreate(tcp_server_task, "tcp_server", 4096, NULL, 14, NULL);
xTaskCreate(DAP_Thread, "DAP_Task", 2048, NULL, 10, &kDAPTaskHandle);