mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
rebase First try to make use of uIP for sending syslog
This commit is contained in:
+2
-4
@@ -1321,10 +1321,8 @@ void idle(void)
|
||||
cmd_available = 0;
|
||||
if (!cmd_tokenize())
|
||||
cmd_parser();
|
||||
print_string("\n> ");
|
||||
print_cmd_prompt();
|
||||
}
|
||||
|
||||
handle_syslog();
|
||||
}
|
||||
|
||||
|
||||
@@ -2213,7 +2211,7 @@ void main(void)
|
||||
early_boot_handle_button();
|
||||
|
||||
execute_config();
|
||||
print_string("\n> ");
|
||||
print_cmd_prompt();
|
||||
idle_ready = 1;
|
||||
|
||||
set_sys_led_state(SYS_LED_ON);
|
||||
|
||||
Reference in New Issue
Block a user