forked from len0rd/rockbox
use logf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9205 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7446714e11
commit
e7463a45ba
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#include "kernel.h"
|
||||
#include "thread.h"
|
||||
#include "power.h"
|
||||
#include "debug.h"
|
||||
#include "logf.h"
|
||||
#include "system.h"
|
||||
#include "sprintf.h"
|
||||
#include "button.h"
|
||||
|
|
@ -68,7 +68,7 @@ void tlv320_write_reg(unsigned reg, unsigned value)
|
|||
|
||||
if (i2c_write(1, data, 3) != 3)
|
||||
{
|
||||
DEBUGF("tlv320 error reg=0x%x", reg);
|
||||
logf("tlv320 error reg=0x%x", reg);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue