Skip to content

Commit 11a417d

Browse files
committed
Update default configuration
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6ec4100 commit 11a417d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FreeRTOSConfig_Default.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
182182
header 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. */

0 commit comments

Comments
 (0)