FreeCalypso > hg > fc-magnetite
diff src/aci2/aci/ati_fchg.c @ 349:09b12bd1b0f2
charging control AT command: make it AT@CHG instead of AT@CHARGE
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 16 Dec 2017 06:05:53 +0000 |
parents | d719315db04a |
children | 96c1d047b3c6 |
line wrap: on
line diff
--- a/src/aci2/aci/ati_fchg.c Sat Dec 16 00:46:46 2017 +0000 +++ b/src/aci2/aci/ati_fchg.c Sat Dec 16 06:05:53 2017 +0000 @@ -76,12 +76,12 @@ return ATI_CMPL; } -/* AT@CHARGE - manual control of battery charging */ -GLOBAL T_ATI_RSLT atAtCHARGE ( char *cl, UBYTE srcId ) +/* AT@CHG - manual control of battery charging */ +GLOBAL T_ATI_RSLT atAtCHG ( char *cl, UBYTE srcId ) { enum fchg_user_charge_ctrl ctrl; - TRACE_FUNCTION("atAtCHARGE()"); + TRACE_FUNCTION("atAtCHG()"); cl = parse(cl, "D", &ctrl); if (!cl) return ATI_FAIL;