aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/devices_lib/nrf24l01.h
diff options
context:
space:
mode:
authorRocco Marco <roccomarco.guglielmi@gmail.com>2015-04-13 21:24:47 +0200
committerRocco Marco <roccomarco.guglielmi@gmail.com>2015-04-13 21:24:47 +0200
commit8b32af98adc0f61cbc2ab715a628b84236eb009c (patch)
treec0eed2bd4706312345a6833926c7374a99ddf3a1 /os/various/devices_lib/nrf24l01.h
parentc845d1fd340f1ce33629dc76ce5134c5dcbf6eb5 (diff)
downloadChibiOS-Contrib-8b32af98adc0f61cbc2ab715a628b84236eb009c.tar.gz
ChibiOS-Contrib-8b32af98adc0f61cbc2ab715a628b84236eb009c.tar.bz2
ChibiOS-Contrib-8b32af98adc0f61cbc2ab715a628b84236eb009c.zip
Lib are now totally independent from PLAY
Diffstat (limited to 'os/various/devices_lib/nrf24l01.h')
-rw-r--r--os/various/devices_lib/nrf24l01.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/various/devices_lib/nrf24l01.h b/os/various/devices_lib/nrf24l01.h
index c56c66f..86ba127 100644
--- a/os/various/devices_lib/nrf24l01.h
+++ b/os/various/devices_lib/nrf24l01.h
@@ -36,9 +36,6 @@
#ifndef _NRF24L01_H_
#define _NRF24L01_H_
-#include "playconf.h"
-
-#if (RF_USE_NRF24L01) || defined(__DOXYGEN__)
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
@@ -573,7 +570,6 @@ NRF24L01_status_t nrf24l01WriteTxPlNoAck(SPIDriver *spip, uint8_t paylen,
}
#endif
-#endif /* RF_USE_NRF24L01 */
#endif /* _NRF24L01_H_ */
/** @} */