Changed filename of the CC2420 driver from simple-cc2420 to cc2420.

This commit is contained in:
adamdunkels 2008-07-01 21:02:51 +00:00
parent 2569a8fc69
commit 1586d8f36f
16 changed files with 86 additions and 235 deletions

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)$Id: simple-cc2420-arch.c,v 1.1 2007/05/25 08:07:54 adamdunkels Exp $
* @(#)$Id: cc2420-arch.c,v 1.1 2008/07/01 21:02:51 adamdunkels Exp $
*/
#include <io.h>
@ -36,7 +36,8 @@
#include "contiki-net.h"
#include "dev/spi.h"
#include "dev/simple-cc2420.h"
#include "dev/cc2420.h"
/*---------------------------------------------------------------------------*/
interrupt(PORT1_VECTOR)
simple_cc24240_port1_interrupt(void)