summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-05-05 19:43:01 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-05-05 19:43:01 +0000
commitab40aa94770c49fa6d0e19e2d407b8c8335a6307 (patch)
treec28f1c7ac8e798fedde912d3f92e5c5f3299b259
parent8d8576a54ff53b2ef1ea2eb31cde726fba324024 (diff)
downloadrockbox-ab40aa94770c49fa6d0e19e2d407b8c8335a6307.tar.gz
rockbox-ab40aa94770c49fa6d0e19e2d407b8c8335a6307.zip
Remove the last D2 yellows (user timer is not yet implemented).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17391 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/tcc780x/timer-tcc780x.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/tcc780x/timer-tcc780x.c b/firmware/target/arm/tcc780x/timer-tcc780x.c
index 44a4cc0395..679c6d8549 100644
--- a/firmware/target/arm/tcc780x/timer-tcc780x.c
+++ b/firmware/target/arm/tcc780x/timer-tcc780x.c
@@ -28,8 +28,6 @@
28 28
29bool __timer_set(long cycles, bool start) 29bool __timer_set(long cycles, bool start)
30{ 30{
31 #warning function not implemented
32
33 (void)cycles; 31 (void)cycles;
34 (void)start; 32 (void)start;
35 return false; 33 return false;
@@ -37,14 +35,11 @@ bool __timer_set(long cycles, bool start)
37 35
38bool __timer_register(void) 36bool __timer_register(void)
39{ 37{
40 #warning function not implemented
41
42 return false; 38 return false;
43} 39}
44 40
45void __timer_unregister(void) 41void __timer_unregister(void)
46{ 42{
47 #warning function not implemented
48} 43}
49 44
50 45