diff --git a/LIB/agile_led/agile_led.c b/LIB/agile_led/agile_led.c
index a2d8835..c6704ea 100644
--- a/LIB/agile_led/agile_led.c
+++ b/LIB/agile_led/agile_led.c
@@ -602,14 +602,9 @@ static int agile_led_auto_thread_init(void)
sizeof(_thread_stack),
PKG_AGILE_LED_THREAD_PRIORITY,
5);
- if ((&_thread) != RT_NULL)
- {
- rt_thread_startup(&_thread);
- }
- else
- {
- rt_kprintf("rt_thread_startup agled failed...\n");
- }
+
+ rt_thread_startup(&_thread);
+
return RT_EOK;
}
INIT_PREV_EXPORT(agile_led_auto_thread_init);
diff --git a/MDK/CIU32_L051_M307R.axf b/MDK/CIU32_L051_M307R.axf
index b66949e..ce3f6d9 100644
Binary files a/MDK/CIU32_L051_M307R.axf and b/MDK/CIU32_L051_M307R.axf differ
diff --git a/MDK/CIU32_L051_M307R.build_log.htm b/MDK/CIU32_L051_M307R.build_log.htm
index 116bee1..6f5ae43 100644
--- a/MDK/CIU32_L051_M307R.build_log.htm
+++ b/MDK/CIU32_L051_M307R.build_log.htm
@@ -22,20 +22,21 @@ Dialog DLL: TARMCM1.DLL V1.14.6.0
Project:
D:\SXDT\Project\HED\4G\USART1_Interrupt - RT-Thread\MDK\USART1_Interrupt.uvprojx
-Project File Date: 09/05/2024
+Project File Date: 09/09/2024
Output:
*** Using Compiler 'V6.21', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'USART1_Interrupt'
-compiling bsp_button.c...
-compiling cpu.c...
compiling slab.c...
-compiling bsp_io_dev.c...
compiling idle.c...
+compiling cpu.c...
+compiling bsp_button.c...
+compiling bsp_io_dev.c...
+compiling bsp_adc.c...
compiling bsp_flash.c...
compiling ipc.c...
linking...
-Program Size: Code=32630 RO-data=7670 RW-data=144 ZI-data=11704
+Program Size: Code=33058 RO-data=7742 RW-data=144 ZI-data=11704
FromELF: creating hex file...
After Build - User command #1: "D:\SXDT\Official_information\HDDZ\demo\CIU32_L051_PROJECT\USART1_Interrupt - RT-Thread\keil5_disp_size_bar\keil5_disp_size_bar.exe"
ram:
@@ -43,7 +44,7 @@ ram:
16.00 KB :|______| 72.31 % ( 11.57 KB / 16.00 KB) [4536 B]
flash:
ER_IROM1 :0x8000000
- 64.00 KB :|________| 61.49 % ( 39.36 KB / 64.00 KB) [25236 B]
+ 64.00 KB :|________| 62.26 % ( 39.84 KB / 64.00 KB) [24736 B]
".\CIU32_L051_M307R.axf" - 0 Error(s), 0 Warning(s).
Software Packages used:
@@ -57,7 +58,7 @@ Package Vendor: HED
C:/Users/16005/AppData/Local/Arm/Packs/HED/CIU32L0xx_DFP/1.2.5/Drivers/CMSIS/Device/CIU32L051/Include
Collection of Component Files used:
-Build Time Elapsed: 00:00:02
+Build Time Elapsed: 00:00:01