@@ -184,15 +184,15 @@ standard names - or at least those used in the unmodified vector table. */
184
184
185
185
/** Implementation note: Use this with caution and set this to 1 ONLY for debugging
186
186
* ----------------------------------------------------------
187
- * Set the value of configUSE_DISABLE_TICK_AUTO_CORRECTION_DEBUG to below for enabling or disabling RTOS tick auto correction:
188
- * 0. This is default. If the RTC tick interrupt is masked for more than 1 tick by higher priority interrupts, then most likely
189
- * one or more RTC ticks are lost. The tick interrupt inside RTOS will detect this and make a correction needed. This is needed
190
- * for the RTOS internal timers to be more accurate.
191
- * 1. The auto correction for RTOS tick is disabled even though few RTC tick interrupts were lost. This feature is desirable when debugging
192
- * the RTOS application and stepping though the code. After stepping when the application is continued in debug mode, the auto-corrections of
193
- * RTOS tick might cause asserts. Setting configUSE_DISABLE_TICK_AUTO_CORRECTION_DEBUG to 1 will make RTC and RTOS go out of sync but could be
194
- * convenient for debugging.
195
- */
187
+ * Set the value of configUSE_DISABLE_TICK_AUTO_CORRECTION_DEBUG to below for enabling or disabling RTOS tick auto correction:
188
+ * 0. This is default. If the RTC tick interrupt is masked for more than 1 tick by higher priority interrupts, then most likely
189
+ * one or more RTC ticks are lost. The tick interrupt inside RTOS will detect this and make a correction needed. This is needed
190
+ * for the RTOS internal timers to be more accurate.
191
+ * 1. The auto correction for RTOS tick is disabled even though few RTC tick interrupts were lost. This feature is desirable when debugging
192
+ * the RTOS application and stepping though the code. After stepping when the application is continued in debug mode, the auto-corrections of
193
+ * RTOS tick might cause asserts. Setting configUSE_DISABLE_TICK_AUTO_CORRECTION_DEBUG to 1 will make RTC and RTOS go out of sync but could be
194
+ * convenient for debugging.
195
+ */
196
196
#define configUSE_DISABLE_TICK_AUTO_CORRECTION_DEBUG 0
197
197
198
198
// Sysview is enabled by default at debug level 3
0 commit comments