diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-05-05 19:43:01 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-05-05 19:43:01 +0000 |
| commit | ab40aa94770c49fa6d0e19e2d407b8c8335a6307 (patch) | |
| tree | c28f1c7ac8e798fedde912d3f92e5c5f3299b259 | |
| parent | 8d8576a54ff53b2ef1ea2eb31cde726fba324024 (diff) | |
| download | rockbox-ab40aa94770c49fa6d0e19e2d407b8c8335a6307.zip rockbox-ab40aa94770c49fa6d0e19e2d407b8c8335a6307.tar.gz rockbox-ab40aa94770c49fa6d0e19e2d407b8c8335a6307.tar.bz2 rockbox-ab40aa94770c49fa6d0e19e2d407b8c8335a6307.tar.xz | |
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.c | 5 |
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 44a4cc0..679c6d8 100644 --- a/firmware/target/arm/tcc780x/timer-tcc780x.c +++ b/firmware/target/arm/tcc780x/timer-tcc780x.c @@ -28,8 +28,6 @@ bool __timer_set(long cycles, bool start) { - #warning function not implemented - (void)cycles; (void)start; return false; @@ -37,14 +35,11 @@ bool __timer_set(long cycles, bool start) bool __timer_register(void) { - #warning function not implemented - return false; } void __timer_unregister(void) { - #warning function not implemented } |