Merge pull request #6899 from bergzand/drivers/mrf24j40-remdefine

drivers/mrf24j40 remove obsolete RSSI_BASE_VALUE define
This commit is contained in:
Francisco Acosta 2017-06-15 16:57:45 +02:00 committed by GitHub
commit 468f12f87d

View File

@ -75,11 +75,6 @@ extern "C" {
* 31 -> -0dB
*/
/**
* @brief Base (minimal) RSSI value in dBm
*/
#define RSSI_BASE_VAL (-91)
/**
* @brief Flags for PSEUDO DEVICE INTERNAL STATES
* @{