1
0
Fork 0
forked from len0rd/rockbox

m:robe 500i: Fix DSP loader code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Catalin Patulea 2007-11-20 06:02:05 +00:00
parent 0a4e217436
commit 4c4c9f27b6
2 changed files with 5 additions and 3 deletions

View file

@ -26,5 +26,6 @@ static const struct dsp_section dsp_image_helloworld[] = {
/* Symbol table, usable with the DSP_() macro (see dsp-target.h). */
#define _status 0x0000
#define _acked 0x0000
#endif