diff options
author | David Chalco <59750547+dachalco@users.noreply.github.com> | 2020-09-17 16:18:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 16:18:08 -0700 |
commit | 2aa7fbeaff8daedf96719e3b725a1bce83d286b2 (patch) | |
tree | 84f1d9571e9b0f3a6307313e1e9eb82f877fd3e0 /FreeRTOS/Demo/AVR_ATMega323_IAR | |
parent | d7bd8359474c6b37a76d9fef6bae328786debc18 (diff) | |
download | freertos-git-syncBack10_4_1.tar.gz |
Update version number to V10.4.1 (#281)syncBack10_4_1
Diffstat (limited to 'FreeRTOS/Demo/AVR_ATMega323_IAR')
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/main.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h index b004c2ef7..6e52e2da6 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.4.0
+ * FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c index 53ae5c5f8..de51def55 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.4.0
+ * FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c index 917dc96bf..1a49c36a3 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.4.0
+ * FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c index c9d4ea4b3..f4697c132 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.4.0
+ * FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h index 5ae61378d..9dba46053 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.4.0
+ * FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c index cfec682b7..0fb12e948 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.4.0
+ * FreeRTOS Kernel V10.4.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|