mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +01:00
[drivers/cc110x_ng sys/transceiver]
* updated interface to switch transceiver off and back to rx mode * removed some debugging stuff
This commit is contained in:
parent
c0047711ce
commit
f62fa6611b
@ -167,7 +167,6 @@ void bl_config_init(void) {
|
||||
extern char configmem[];
|
||||
if (*((uint16_t*) configmem) == CONFIG_KEY) {
|
||||
memcpy(&sysconfig, (configmem + sizeof(CONFIG_KEY)), sizeof(sysconfig));
|
||||
LED_GREEN_TOGGLE;
|
||||
}
|
||||
else {
|
||||
config_save();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user