|
|
|
@ -1,11 +1,12 @@
|
|
|
|
|
/*
|
|
|
|
|
* driver_cc110x.c - Implementation of the board dependent cc1100 functions.
|
|
|
|
|
* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will
|
|
|
|
|
* Copyright (C) 2013 Milan Babel <babel@inf.fu-berlin.de>
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the GNU Lesser General Public License,
|
|
|
|
|
* Version 2. See the file LICENSE for more details.
|
|
|
|
|
*/
|
|
|
|
|
/*
|
|
|
|
|
* driver_cc110x.c - Implementation of the board dependent cc1100 functions.
|
|
|
|
|
* Copyright (C) 2005, 2006, 2007, 2008 by Thomas Hillebrandt and Heiko Will
|
|
|
|
|
* Copyright (C) 2013 Milan Babel <babel@inf.fu-berlin.de>
|
|
|
|
|
*
|
|
|
|
|
* This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
|
* General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
|
* directory for more details.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
|
|