1
0
Fork 0
forked from len0rd/rockbox

Sansa Connect: Add TPS65021 (Power Management) driver.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31135 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Moń 2011-12-04 08:24:08 +00:00
parent ad0b308265
commit de712eebbd
4 changed files with 94 additions and 0 deletions

View file

@ -28,9 +28,11 @@
#include "backlight.h"
#include "backlight-target.h"
#include "avr-sansaconnect.h"
#include "tps65021.h"
void power_init(void)
{
tps65021_init();
}
void power_off(void)