From f6936bfd51916360ca9a9a78fe2045e3223846c7 Mon Sep 17 00:00:00 2001 From: bg- Date: Fri, 12 Jan 2007 18:18:23 +0000 Subject: [PATCH] * Comment. --- core/dev/cc2420_const.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/dev/cc2420_const.h b/core/dev/cc2420_const.h index 0f20ef083..0e0a4dbc6 100644 --- a/core/dev/cc2420_const.h +++ b/core/dev/cc2420_const.h @@ -28,11 +28,19 @@ * */ -/* @(#)$Id: cc2420_const.h,v 1.1 2006/06/17 22:41:16 adamdunkels Exp $ */ +/* @(#)$Id: cc2420_const.h,v 1.2 2007/01/12 18:18:23 bg- Exp $ */ #ifndef CC2420_CONST_H #define CC2420_CONST_H +/* + * All constants are from the Chipcon CC2420 Data Sheet that at one + * point in time could be found at + * http://www.chipcon.com/files/CC2420_Data_Sheet_1_4.pdf + * + * The page numbers below refer to pages in this document. + */ + /* Page 27. */ enum cc2420_status_byte { CC2420_XOSC16M_STABLE = 6,