Removed non-functional time synchronization code; added some experimental code for CCA checks (enabled CCA mode 1, a temporary development function for setting the CCA threshold); enable the possibility to switch off radio even if a packet is currently arriving

This commit is contained in:
adamdunkels 2010-02-23 18:24:49 +00:00
parent c4c4e8164d
commit 1ee32c3074
2 changed files with 37 additions and 88 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: cc2420.h,v 1.8 2010/02/18 21:48:39 adamdunkels Exp $
* $Id: cc2420.h,v 1.9 2010/02/23 18:24:49 adamdunkels Exp $
*/
/**
@ -84,4 +84,6 @@ extern int cc2420_authority_level_of_sender;
int cc2420_on(void);
int cc2420_off(void);
void cc2420_set_cca_threshold(int value);
#endif /* __CC2420_H__ */