Merge pull request #16 from Karutoh/patch-1

Removed Redeclaration
This commit is contained in:
Gregory Kenneth Bowne 2023-09-27 10:52:18 -07:00 committed by GitHub
commit 8b290ded1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);