diff --git a/apps/plugins/midi/guspat.c b/apps/plugins/midi/guspat.c index 983589fcfd..2168766eab 100644 --- a/apps/plugins/midi/guspat.c +++ b/apps/plugins/midi/guspat.c @@ -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) {