mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Added missing argument declaration
This commit is contained in:
parent
e95236b642
commit
1ab28e4668
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user