Dozingfiretruck 3 лет назад
Родитель
Сommit
7b64c9c26c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      luat/modules/luat_lib_rtos.c

+ 1 - 1
luat/modules/luat_lib_rtos.c

@@ -331,7 +331,7 @@ static const rotable_Reg_t reg_rtos[] =
     { "timer_stop",        ROREG_FUNC(l_rtos_timer_stop)},
     { "receive",           ROREG_FUNC(l_rtos_receive)},
     { "reboot",            ROREG_FUNC(l_rtos_reboot)},
-    { "poweron_reason",    ROREG_FUNC(l_rtos_poweron_reason)},
+    // { "poweron_reason",    ROREG_FUNC(l_rtos_poweron_reason)},
     { "standy",            ROREG_FUNC(l_rtos_standy)},
 
     { "buildDate",         ROREG_FUNC(l_rtos_build_date)},