]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M7_M4_AMP_STM32H745I_Discovery_IAR/CM4/main.c
Update version number ready for next release.
[freertos] / FreeRTOS / Demo / CORTEX_M7_M4_AMP_STM32H745I_Discovery_IAR / CM4 / main.c
index 5c33edfbead5284455316f8ed42c090c2141ce45..f4fa946faea78ee30f828fac396379bb25fdbbc2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * FreeRTOS Kernel V10.2.0\r
+ * FreeRTOS Kernel V10.2.1\r
  * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
@@ -264,7 +264,7 @@ uint32_t ulNextValue = 0;
 char cExpectedString[ 15 ];\r
 char cReceivedString[ 15 ];\r
 char cMessage;\r
-const TickType_t xShortBlockTime = pdMS_TO_TICKS( 150 );\r
+const TickType_t xShortBlockTime = pdMS_TO_TICKS( 200 );\r
 \r
        /* This task is created more than once so the task's parameter is used to\r
        pass in a task number, which is then used as an index into the message\r