1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00

cpu/lpc2387, drivers/cc110x: purge FEUERWARE_CPU_LPC2387

* includes were superfluous
* unused otherwise
This commit is contained in:
Ludwig Ortmann 2014-10-28 13:41:03 +01:00
parent 57daf9d7d2
commit 245df3f028
2 changed files with 0 additions and 16 deletions

View File

@ -27,13 +27,6 @@
* @note $Id$
*/
/**
* @name CPU capabilities
* @{
*/
#define FEUERWARE_CPU_LPC2387 1
/** @} */
/**
* @name Stdlib configuration
* @{

View File

@ -41,15 +41,6 @@
#include "hwtimer.h"
#include "bitarithm.h"
/* TODO: cc1100 port timer */
#ifdef FEUERWARE_CPU_LPC2387
//#include "cpu/lpc2387/lpc2387-timer2.h"
#endif
#if defined(FEUERWARE_CPU_LPC2387)
#include "lpc2387.h"
#endif
#define PACKET_LENGTH (0x3E) ///< Packet length = 62 Bytes.
#define CC1100_SYNC_WORD_TX_TIME (90000) /* loop count (max. timeout ~ 15 ms) to wait for */
/* sync word to be transmitted (GDO2 from low to high) */