Added missing argument declaration

This commit is contained in:
Adam Dunkels 2013-11-23 15:04:46 +01:00
parent e95236b642
commit 1ab28e4668

View file

@ -144,7 +144,7 @@ int8_t cc2538_rf_channel_set(uint8_t channel);
* \brief Get the current operating channel * \brief Get the current operating channel
* \return Returns a value in [11,26] representing the current channel * \return Returns a value in [11,26] representing the current channel
*/ */
uint8_t cc2538_rf_channel_get(); uint8_t cc2538_rf_channel_get(void);
/** /**
* \brief Sets RF TX power * \brief Sets RF TX power