1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/config/config.c
Oleg Hahm 5df0bd0cc4 * updated and integrated makefiles
* added some auto dependencies
2013-02-08 17:37:02 +01:00

8 lines
154 B
C

#include <config.h>
config_t sysconfig = {
0, ///< default ID
0, ///< default radio address
0, ///< default radio channel
};