File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * FreeRTOS Kernel V10.0 .1
3
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ * FreeRTOS Kernel V10.2 .1
3
+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
*
5
5
* Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
* this software and associated documentation files (the "Software"), to deal in
@@ -180,7 +180,7 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
180
180
181
181
/* Normal assert() semantics without relying on the provision of an assert.h
182
182
header file. */
183
- #define configASSERT ( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
183
+ #define configASSERT ( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
184
184
185
185
/* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS
186
186
standard names. */
You can’t perform that action at this time.
0 commit comments