Moved the cc2420 driver into a separate dev/cc2420 module

This commit is contained in:
Adam Dunkels 2013-11-28 14:04:34 +01:00
parent b78ab6753c
commit 0b805e4763
28 changed files with 30 additions and 30 deletions

View file

@ -32,7 +32,7 @@
*/
#include "contiki.h"
#include "dev/cc2420.h"
#include "cc2420.h"
#include "cmd.h"
#include <stdio.h>