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
|
@ -52,6 +52,7 @@
|
|||
#include "net/rime/rimestats.h"
|
||||
#include "dev/dma.h"
|
||||
#include "sys/energest.h"
|
||||
#include "isr_compat.h"
|
||||
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
|
@ -458,7 +459,7 @@ PROCESS_THREAD(cc1020_receiver_process, ev, data)
|
|||
PROCESS_END();
|
||||
}
|
||||
|
||||
interrupt(UART0RX_VECTOR) cc1020_rxhandler(void)
|
||||
ISR(UART0RX, cc1020_rxhandler)
|
||||
{
|
||||
static signed char syncbs;
|
||||
static union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue