summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-06 21:37:03 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-06 21:37:03 +0000
commit77dfff5a5524e0a9d3ae54d8bb61d3c01e6082bb (patch)
treea3c16f138d63e4010fc08fb25db00aa4704da86a /firmware
parent54548df56e36f870f0870a87dc6b9350836859bf (diff)
downloadrockbox-77dfff5a5524e0a9d3ae54d8bb61d3c01e6082bb.tar.gz
rockbox-77dfff5a5524e0a9d3ae54d8bb61d3c01e6082bb.zip
Fix some more snprintf related warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25853 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/tcc780x/debug-tcc780x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/tcc780x/debug-tcc780x.c b/firmware/target/arm/tcc780x/debug-tcc780x.c
index 11d6d2acab..3afc5fafab 100644
--- a/firmware/target/arm/tcc780x/debug-tcc780x.c
+++ b/firmware/target/arm/tcc780x/debug-tcc780x.c
@@ -19,11 +19,12 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <stdbool.h>
23#include <stdio.h>
22#include "config.h" 24#include "config.h"
23#include "cpu.h" 25#include "cpu.h"
24#include "system.h" 26#include "system.h"
25#include "string.h" 27#include "string.h"
26#include <stdbool.h>
27#include "button.h" 28#include "button.h"
28#include "lcd.h" 29#include "lcd.h"
29#include "font.h" 30#include "font.h"