mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #530 from thomaseichinger/msp430-intrinsics.h-fix
safeguard intrinsics.h include in lpm_cpu.c
This commit is contained in:
commit
8de53e2b78
@ -1,5 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <intrinsics.h> // MSP430-gcc compiler instrinsics
|
||||
#if (__GNUC__ >= 4) && (__GNUC_MINOR__ > 5)
|
||||
#include <intrinsics.h> // MSP430-gcc compiler instrinsics
|
||||
#endif
|
||||
|
||||
#include "board.h"
|
||||
#include <msp430.h>
|
||||
|
Loading…
Reference in New Issue
Block a user