mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Fix sim red
Change-Id: Icbdf47c5c508516892b1ce75558b878dc512e780
This commit is contained in:
parent
0cb76defd3
commit
da7be39614
7 changed files with 7 additions and 9 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#include "system-target.h"
|
||||
#include "fmradio_i2c.h"
|
||||
#include "version.h"
|
||||
#include "powermgmt.h"
|
||||
#include "powermgmt-imx233.h"
|
||||
#include "partitions-imx233.h"
|
||||
#include "adc.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "adc-target.h"
|
||||
#include "system.h"
|
||||
#include "powermgmt-target.h"
|
||||
#include "lradc-imx233.h"
|
||||
#include "power-imx233.h"
|
||||
|
||||
/* Virtual channels */
|
||||
|
|
|
|||
|
|
@ -21,11 +21,8 @@
|
|||
#ifndef _ADC_IMX233_H_
|
||||
#define _ADC_IMX233_H_
|
||||
|
||||
#include "system.h"
|
||||
#include "adc.h"
|
||||
#include "adc-target.h"
|
||||
#include "powermgmt-target.h"
|
||||
#include "lradc-imx233.h"
|
||||
|
||||
enum imx233_adc_channel_t
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,12 +19,14 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "system.h"
|
||||
#include "powermgmt.h"
|
||||
#include "power-imx233.h"
|
||||
#include "usb.h"
|
||||
#include "string.h"
|
||||
//#define LOGF_ENABLE
|
||||
#include "logf.h"
|
||||
#include "powermgmt-imx233.h"
|
||||
|
||||
#if !defined(IMX233_CHARGE_CURRENT) || !defined(IMX233_STOP_CURRENT) \
|
||||
|| !defined(IMX233_CHARGING_TIMEOUT) || !defined(IMX233_TOPOFF_TIMEOUT)
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@
|
|||
#include "powermgmt.h"
|
||||
|
||||
void imx233_powermgmt_init(void);
|
||||
void powermgmt_init_target(void);
|
||||
void charging_algorithm_step(void);
|
||||
void charging_algorithm_close(void);
|
||||
|
||||
struct imx233_powermgmt_info_t
|
||||
{
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
#define POWERMGMT_TARGET_H
|
||||
|
||||
#include "config.h"
|
||||
#include "powermgmt-imx233.h"
|
||||
|
||||
/* Fuze+ OF settings:
|
||||
* - current ramp slope: 50 mA/s
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
#include "backlight-target.h"
|
||||
#include "button.h"
|
||||
#include "fmradio_i2c.h"
|
||||
#include "powermgmt.h"
|
||||
#include "powermgmt-imx233.h"
|
||||
|
||||
void imx233_chip_reset(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue