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

commented stuff in again that was commed out

This commit is contained in:
Stephan Arndt 2012-12-11 16:04:05 +01:00
parent d2381df184
commit 04a336c0a2

View File

@ -34,9 +34,9 @@ void init(char * arg);
* Sends out pings from this node to another node in a continuous manner, until
* the stop command is used.
*/
//void ping(char * arg);
void ping(char * arg);
//uint16_t get_radio_address(void);
uint16_t get_radio_address(void);
void set_radio_address(uint8_t addr);