EFM32: Add IDLE power management hooks. Nothing implemented; just define the hooks

This commit is contained in:
Gregory Nutt
2014-10-22 07:26:31 -06:00
parent caaa73e8b5
commit 0196b77961
6 changed files with 257 additions and 11 deletions
+1
View File
@@ -249,6 +249,7 @@ int battery_register(FAR const char *devpath, FAR struct battery_dev_s *dev)
{
dbg("Failed to register driver: %d\n", ret);
}
return ret;
}
#endif /* CONFIG_BATTERY */