mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
iPod Classic: fix typos / cosmetic
Change-Id: Ic6552dea4b300032875097ef0b885a4ae059f4bc
This commit is contained in:
parent
9e284c11b1
commit
28920ec5cc
6 changed files with 21 additions and 19 deletions
|
|
@ -133,9 +133,9 @@ bool dbg_hw_info(void)
|
|||
_DEBUG_PRINTF("accessory present: %s",
|
||||
pmu_accessory_present() ? "true" : "false");
|
||||
#endif
|
||||
extern unsigned long i2c_rd_err, i2c_wr_err;
|
||||
line++;
|
||||
_DEBUG_PRINTF("i2c rd/wr errors:: %lu/%lu", i2c_rd_err, i2c_wr_err);
|
||||
extern unsigned long i2c_rd_err, i2c_wr_err;
|
||||
_DEBUG_PRINTF("i2c rd/wr errors: %lu/%lu", i2c_rd_err, i2c_wr_err);
|
||||
}
|
||||
#ifdef UC870X_DEBUG
|
||||
else if(state==2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue