diff --git a/src/interrupts.h b/src/interrupt.h similarity index 90% rename from src/interrupts.h rename to src/interrupt.h index 0cff0bd..646d0ea 100644 --- a/src/interrupts.h +++ b/src/interrupt.h @@ -1,7 +1,9 @@ -#ifndef MDL_MSP430_INTERRUPTS_H -#define MDL_MSP430_INTERRUPTS_H +#ifndef MDL_MSP430_INTERRUPT_H +#define MDL_MSP430_INTERRUPT_H -namespace mardev::msp430::interrupts +#include + +namespace mardev::msp430::interrupt { // Digital I/O const uint16_t* const digital_io_port_1 = (uint16_t* const) 0xFFE4; // P1IFG