File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
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.
44 *
55 * Permission is hereby granted, free of charge, to any person obtaining a copy of
66 * 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. */
180180
181181/* Normal assert() semantics without relying on the provision of an assert.h
182182header file. */
183- #define configASSERT ( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
183+ #define configASSERT ( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
184184
185185/* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS
186186 standard names. */
You can’t perform that action at this time.
0 commit comments