Skip to content

Commit

Permalink
Move interrupts.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mdclyburn committed Jul 9, 2019
1 parent 7b06ae4 commit cabaa15
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/interrupts.h → src/interrupt.h
Original file line number Diff line number Diff line change
@@ -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 <stdint.h>

namespace mardev::msp430::interrupt
{
// Digital I/O
const uint16_t* const digital_io_port_1 = (uint16_t* const) 0xFFE4; // P1IFG
Expand Down

0 comments on commit cabaa15

Please sign in to comment.