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

cpu: lpc2387: remove obsolete transceiver defines

This commit is contained in:
Kaspar Schleiser 2015-07-06 13:52:26 +02:00
parent 5d8349298f
commit 09fb612ceb

View File

@ -63,14 +63,6 @@ extern "C" {
#define CC_CONF_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
/** @} */
/**
* @name Transceiver configuration
* @{
*/
#define TRANSCEIVER_BUFFER_SIZE (10)
#define RX_BUF_SIZE (10)
/** @} */
/**
* @name UART0 buffer size definition for compatibility reasons
*