fixed whitespace character

This commit is contained in:
xieyangrun
2020-01-15 09:14:58 +08:00
parent cad32a326c
commit 618eb1c016
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -174,11 +174,11 @@ void main_thread_entry(void *parameter)
{
extern int main(void);
extern int $Super$$main(void);
#ifdef RT_USING_COMPONENTS_INIT
/* RT-Thread components initialization */
rt_components_init();
#endif
#endif
#ifdef RT_USING_SMP
rt_hw_secondary_cpu_up();
#endif