1
0
Fork 0
forked from len0rd/rockbox

Gigabeat S: Get timer API working. metronome will work now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19676 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2009-01-05 00:00:29 +00:00
parent 6d5823f964
commit e2876ee4e2
5 changed files with 166 additions and 10 deletions

View file

@ -768,9 +768,10 @@ target/arm/imx31/gigabeat-s/system-imx31.c
target/arm/imx31/gigabeat-s/usb-imx31.c
target/arm/imx31/gigabeat-s/wmcodec-imx31.c
#ifndef BOOTLOADER
target/arm/imx31/gigabeat-s/pcm-imx31.c
target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
target/arm/imx31/gigabeat-s/pcm-imx31.c
target/arm/imx31/gigabeat-s/timer-imx31.c
#endif
#endif /* SIMULATOR */
#endif /* GIGABEAT_S */