Commit c5057c4b authored by Vincent van Beveren's avatar Vincent van Beveren

no autoneg for broadcast

parent ca3fc0c9
Pipeline #720 failed with stages
......@@ -100,7 +100,11 @@ static void wrc_initialize(void)
/* Sleep for 1s to make sure WRS v4.2 always realizes that
* the link is down */
timer_delay_ms(200);
ep_enable(1, 1);
#ifdef BROADCAST
ep_enable(1, 0);
#else
ep_enable(1, 1);
#endif
minic_init();
shw_pps_gen_init();
......
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