]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/main.c
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS / Demo / RISC-V_RV32M1_Vega_GCC_Eclipse / projects / RTOSDemo_ri5cy / main.c
index 75a51b70f87ce61278de970280b9472167b4501d..3f876da9b176617d697c5305eda1eaa1245c9d51 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.2.0\r
- * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.3.0\r
+ * Copyright (C) 2020 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
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -87,10 +87,10 @@ void vApplicationIdleHook( void );
 void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName );\r
 void vApplicationTickHook( void );\r
 \r
-/* Prepare haredware to run the demo. */\r
+/* Prepare hardware to run the demo. */\r
 static void prvSetupHardware( void );\r
 \r
-/* Send a messaage to the UART initialised in prvSetupHardware. */\r
+/* Send a message to the UART initialised in prvSetupHardware. */\r
 void vSendString( const char * const pcString );\r
 \r
 /*-----------------------------------------------------------*/\r