From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/RTOS2/html/genRTOS2IF.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/RTOS2/html/genRTOS2IF.html') diff --git a/docs/RTOS2/html/genRTOS2IF.html b/docs/RTOS2/html/genRTOS2IF.html index 33583aa..da8619c 100644 --- a/docs/RTOS2/html/genRTOS2IF.html +++ b/docs/RTOS2/html/genRTOS2IF.html @@ -183,11 +183,7 @@ CMSIS-RTOS File Structure
// System Initialization
SystemCoreClockUpdate();
-
#ifdef RTE_Compiler_EventRecorder
-
// Initialize and start Event Recorder
-
EventRecorderInitialize(EventRecordError, 1U);
-
#endif
-
// ...
+
// ...
osKernelInitialize(); // Initialize CMSIS-RTOS
osThreadNew(app_main, NULL, NULL); // Create application main thread
@@ -200,7 +196,7 @@ CMSIS-RTOS File Structure