vel/MROBE500

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14813 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-09-22 04:55:44 +00:00
parent 26a05afe10
commit e571cfb070

View file

@ -30,7 +30,7 @@ unsigned int readDWord(int file)
}
int curr_waveform;
struct GWaveform waveforms[32] IBSS_ATTR;
struct GWaveform waveforms[256] IBSS_ATTR;
struct GWaveform * loadWaveform(int file)
{