sysctl: remove 2 todos
This commit is contained in:
parent
a2530c3be9
commit
42af610c64
1 changed files with 0 additions and 2 deletions
|
@ -852,14 +852,12 @@ void handle_commands(char chr) {
|
||||||
// turn reporting to i.MX on or off
|
// turn reporting to i.MX on or off
|
||||||
}
|
}
|
||||||
else if (remote_cmd == 'w') {
|
else if (remote_cmd == 'w') {
|
||||||
// TODO
|
|
||||||
// wake SoC
|
// wake SoC
|
||||||
som_wake();
|
som_wake();
|
||||||
sprintf(uart_buffer,"system: wake\r\n");
|
sprintf(uart_buffer,"system: wake\r\n");
|
||||||
uart_puts(UART_ID, uart_buffer);
|
uart_puts(UART_ID, uart_buffer);
|
||||||
}
|
}
|
||||||
else if (remote_cmd == 'c') {
|
else if (remote_cmd == 'c') {
|
||||||
// TODO
|
|
||||||
// get status of cells, current, voltage, fuel gauge
|
// get status of cells, current, voltage, fuel gauge
|
||||||
int mA = (int)(report_current*1000.0);
|
int mA = (int)(report_current*1000.0);
|
||||||
char mA_sign = ' ';
|
char mA_sign = ' ';
|
||||||
|
|
Loading…
Add table
Reference in a new issue