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

@ -13,7 +13,7 @@
* synchronization messages are sent: the module relies on the
* underlying network device driver to timestamp all radio messages,
* both outgoing and incoming. The code currently only works on the
* Tmote Sky platform and the simple-cc2420 driver.
* Tmote Sky platform and the cc2420 driver.
*
* Every node has an authority level, which is included in every
* outgoing packet. If a message is received from a node with higher
@ -55,7 +55,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: timesynch.h,v 1.3 2008/01/23 15:07:05 adamdunkels Exp $
* $Id: timesynch.h,v 1.4 2008/07/01 21:02:51 adamdunkels Exp $
*/
/**