mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 03:56:57 +03:00
Add delay
This commit is contained in:
@@ -108,6 +108,8 @@ void initGPIO()
|
||||
*/
|
||||
void task_UnityTesting(void *pvParameter)
|
||||
{
|
||||
vTaskDelay( 5000 / portTICK_PERIOD_MS ); // 5s delay to ensure established serial connection
|
||||
|
||||
UNITY_BEGIN();
|
||||
RUN_TEST(test_getReadoutRawString);
|
||||
printf("---------------------------------------------------------------------------\n");
|
||||
|
||||
Reference in New Issue
Block a user