Remove unused interrupt code: enable_interrupt_pin, CHECK markers, dead comments
This commit is contained in:
@@ -283,10 +283,7 @@ bool net_init() {
|
||||
|
||||
w6300::open_socket(raw_socket, w6300::protocol::macraw, w6300::port_num{0}, w6300::sock_flag::none);
|
||||
w6300::set_socket_io_mode(raw_socket, w6300::sock_io_mode::nonblock);
|
||||
// CHECK START
|
||||
w6300::set_socket_interrupt_mask(raw_socket, 0x04);
|
||||
w6300::set_interrupt_mask(w6300::ik_sock_0);
|
||||
// CHECK END
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user