mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
native: removed unreachable code
This commit is contained in:
parent
f481e4a5c5
commit
261d414649
@ -130,7 +130,6 @@ enum lpm_mode lpm_set(enum lpm_mode target)
|
||||
case LPM_OFF:
|
||||
printf("lpm_set(): exit()\n");
|
||||
exit(0);
|
||||
break;
|
||||
|
||||
default:
|
||||
DEBUG("XXX: unsupported power mode: %i\n", native_lpm);
|
||||
|
Loading…
Reference in New Issue
Block a user