This commit is contained in:
Baptiste Wicht 2016-07-06 14:44:01 +02:00
parent 45ba70d1fd
commit a06e057200

View File

@ -65,9 +65,6 @@ void packet_handler(interrupt::syscall_regs*){
auto& desc = *saved_desc;
//This should be a packet header
uint16_t header = *reinterpret_cast<uint16_t*>(desc.buffer_rx);
// Get the interrupt status
auto status = in_word(desc.iobase + ISR);