mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
remove log command
This commit is contained in:
@@ -1200,13 +1200,6 @@ void cmd_parser(void) __banked
|
||||
parse_port();
|
||||
} else if (cmd_compare(0, "mtu") && cmd_words_b[1] > 0) {
|
||||
parse_mtu();
|
||||
} else if (cmd_compare(0, "log")) {
|
||||
print_string("Logging to UDP.\n");
|
||||
uip_len = 100;
|
||||
for (uint8_t i=0; i<uip_len; i++)
|
||||
uip_buf[i+12] = i;
|
||||
print_string("STP TX\n");
|
||||
tcpip_output();
|
||||
} else if (cmd_compare(0, "syslog")) {
|
||||
if (cmd_words_b[1] > 0 && cmd_compare(1, "on")) {
|
||||
syslog_start();
|
||||
|
||||
Reference in New Issue
Block a user