aboutsummaryrefslogtreecommitdiff
path: root/Software/LGL/MM2.c
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2012-11-19 11:57:28 -0800
committerDonald Delmar Davis <don@suspectdevices.com>2012-11-19 11:57:28 -0800
commitb6381c14a669f5d1da0e3a3a9d67cb6b372fe8b4 (patch)
treebf9b23ed074301b763808b3e964b3ea4163192dd /Software/LGL/MM2.c
parent92ac5f0423edeabbc978b59a6c0dc2f62f843124 (diff)
Add PacketMidi and MidiSpec files.HEADmaster
Diffstat (limited to 'Software/LGL/MM2.c')
-rwxr-xr-xSoftware/LGL/MM2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/LGL/MM2.c b/Software/LGL/MM2.c
index 4fb74f3..2682f36 100755
--- a/Software/LGL/MM2.c
+++ b/Software/LGL/MM2.c
@@ -118,7 +118,6 @@ int main(void)
/** ISR to handle the reloading of the PWM timer with the next sample. */
ISR(TIMER0_COMPA_vect, ISR_BLOCK)
{
- uint16_t MixedSample = 0;
/* Sum together all the active notes to form a single sample */
for (uint8_t i = 0; i < MAX_SIMULTANEOUS_NOTES; i++)