mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
8 lines
154 B
C
8 lines
154 B
C
#include <config.h>
|
|
|
|
config_t sysconfig = {
|
|
0, ///< default ID
|
|
0, ///< default radio address
|
|
0, ///< default radio channel
|
|
};
|