Nicolas Tsiftes | 1 Oct 2007 13:59
Picon

contiki-2.x/platform/msb430/dev cc1020.h, 1.5, 1.6 cc1020.c, 1.10, 1.11

Update of /cvsroot/contiki/contiki-2.x/platform/msb430/dev
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18449

Modified Files:
	cc1020.h cc1020.c 
Log Message:
Power managment is handled by another layer.

Index: cc1020.h
===================================================================
RCS file: /cvsroot/contiki/contiki-2.x/platform/msb430/dev/cc1020.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cc1020.h	14 Sep 2007 18:51:51 -0000	1.5
--- cc1020.h	1 Oct 2007 11:59:36 -0000	1.6
***************
*** 52,59 ****
  #include "dev/radio.h"

- enum cc1020_power_mode {
- 	CC1020_ALWAYS_ON
- };
- 
  extern const uint8_t cc1020_config_19200[];
  extern const uint8_t cc1020_config_115200[];
--- 52,55 ----
***************
*** 62,66 ****
  void cc1020_set_rx(void);
(Continue reading)


Gmane