mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
[board/msb-430h]
* fixed include
This commit is contained in:
parent
8e74db4347
commit
5185fcf7f0
@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#include <irq.h>
|
||||
|
||||
#include <cc110x_ng.h>
|
||||
#include <arch_cc110x.h>
|
||||
#include <cc110x-arch.h>
|
||||
|
||||
#define CC1100_GDO0 (P2IN & 0x02) // read serial I/O (GDO0)
|
||||
#define CC1100_GDO1 (P3IN & 0x04) // read serial I/O (GDO1)
|
||||
|
Loading…
Reference in New Issue
Block a user