1
0
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:
Christian Mehlis 2014-02-25 09:02:39 +01:00
parent f481e4a5c5
commit 261d414649

View File

@ -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);