Cross compiler interrupt service routine compatibility definitions for MSP430 based platforms based on isr_compat.h by Steve Underwood.
This commit is contained in:
parent
7eac4393c2
commit
684c3edfa6
31 changed files with 157 additions and 182 deletions
|
@ -41,10 +41,11 @@
|
|||
#include "contiki-msb430.h"
|
||||
#include "dev/cc1020.h"
|
||||
#include "dev/dma.h"
|
||||
#include "isr_compat.h"
|
||||
|
||||
static void (*callbacks[DMA_LINES])(void);
|
||||
|
||||
interrupt(DACDMA_VECTOR) irq_dacdma(void)
|
||||
ISR(DACDMA, irq_dacdma)
|
||||
{
|
||||
if(DMA0CTL & DMAIFG) {
|
||||
DMA0CTL &= ~(DMAIFG | DMAIE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue