Commit 985c699d authored by Alessandro Rubini's avatar Alessandro Rubini

wrc_main.c: added welcome message

parent cb02d236
......@@ -135,6 +135,8 @@ int main(void)
uart_init();
uart_write_string(__FILE__ " is up (compiled on "
__DATE__ " " __TIME__ ")\n");
ep_init(mac_addr);
ep_enable(1, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment