Merge pull request #16 from Karutoh/patch-1

Removed Redeclaration
This commit is contained in:
2023-09-27 10:52:18 -07:00
committed by GitHub

View File

@@ -11,12 +11,6 @@ enum
SERIAL_PORT_INTERRUPT = 0x24
};
struct isr_regs
{
// Define the structure of the isr_regs here
// ...
};
// ISR table
void (*isr_table[256])(struct isr_regs *regs);