From 8b32af98adc0f61cbc2ab715a628b84236eb009c Mon Sep 17 00:00:00 2001 From: Rocco Marco Date: Mon, 13 Apr 2015 21:24:47 +0200 Subject: Lib are now totally independent from PLAY --- os/various/devices_lib/nrf24l01.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'os/various/devices_lib/nrf24l01.c') diff --git a/os/various/devices_lib/nrf24l01.c b/os/various/devices_lib/nrf24l01.c index 31e4513..f526fbe 100644 --- a/os/various/devices_lib/nrf24l01.c +++ b/os/various/devices_lib/nrf24l01.c @@ -37,10 +37,8 @@ #include "ch.h" #include "hal.h" -#include "play.h" #include "nrf24l01.h" -#if (RF_USE_NRF24L01) || defined(__DOXYGEN__) /*===========================================================================*/ /* Driver local definitions. */ /*===========================================================================*/ @@ -438,6 +436,5 @@ NRF24L01_status_t nrf24l01WriteTxPlNoAck(SPIDriver *spip, uint8_t paylen, return status; } #endif /* NRF24L01_USE_FEATURE */ -#endif /* RF_USE_NRF24L01 */ /** @} */ -- cgit v1.2.3