summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/ypr0/system-ypr0.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-08 01:43:16 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-08 01:43:16 +0000
commit85528242844b71ac45e5331363a48a2956c38275 (patch)
tree10d8af9068c4f12b2f8f673f3a835bb3211c2f0e /firmware/target/hosted/ypr0/system-ypr0.c
parent2737a66471a640d83aba07578bd67b811a340034 (diff)
downloadrockbox-85528242844b71ac45e5331363a48a2956c38275.tar.gz
rockbox-85528242844b71ac45e5331363a48a2956c38275.zip
ascodec-target.h: remove
move prototypes to ascodec.h move code to ascodec*.c YPR0: use adc-as3514.c instead of duplicating it TODO: merge as3514.h and ascodec.h ? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31626 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted/ypr0/system-ypr0.c')
-rw-r--r--firmware/target/hosted/ypr0/system-ypr0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/ypr0/system-ypr0.c b/firmware/target/hosted/ypr0/system-ypr0.c
index 784b4fe48e..11275c7809 100644
--- a/firmware/target/hosted/ypr0/system-ypr0.c
+++ b/firmware/target/hosted/ypr0/system-ypr0.c
@@ -30,7 +30,7 @@
30#include <SDL.h> 30#include <SDL.h>
31#endif 31#endif
32 32
33#include "ascodec-target.h" 33#include "ascodec.h"
34#include "gpio_ypr0.h" 34#include "gpio_ypr0.h"
35 35
36void power_off(void) 36void power_off(void)