summaryrefslogtreecommitdiff
path: root/source/FreeRTOSConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/FreeRTOSConfig.h')
-rw-r--r--source/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/FreeRTOSConfig.h b/source/FreeRTOSConfig.h
index 0912244..91e561f 100644
--- a/source/FreeRTOSConfig.h
+++ b/source/FreeRTOSConfig.h
@@ -133,7 +133,7 @@
#define configTIMER_TASK_STACK_DEPTH (configMINIMAL_STACK_SIZE * 2)
/* Define to trap errors during development. */
-#define configASSERT(x) if((x) == 0) {taskDISABLE_INTERRUPTS(); for (;;);}
+//#define configASSERT(x) if((x) == 0) {taskDISABLE_INTERRUPTS(); for (;;);}
/* Optional functions - most linkers will remove unused functions anyway. */
#define INCLUDE_vTaskPrioritySet 1