Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftenney committed Oct 25, 2023
1 parent 84b6981 commit 869f78e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,9 @@
#ifndef configCHECK_HANDLER_INSTALLATION
#define configCHECK_HANDLER_INSTALLATION 1
#else
/* The application has explicitly defined configCHECK_HANDLER_INSTALLATION
* to 1. The checks work only if configASSERT() is defined. */

/* The application has explicitly defined configCHECK_HANDLER_INSTALLATION
* to 1. The checks work only if configASSERT() is defined. */
#if ( configCHECK_HANDLER_INSTALLATION == 1 && configASSERT_DEFINED == 0 )
#error You must define configASSERT() when configCHECK_HANDLER_INSTALLATION is 1.
#endif
Expand Down

0 comments on commit 869f78e

Please sign in to comment.