From 9d923b5a00916478a84d21c431532e5d3065968c Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 21 Jun 2017 16:16:17 +0200 Subject: Implemented MIDI interface --- floppyMusic/floppyMusic.cproj | 73 ++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 39 deletions(-) (limited to 'floppyMusic/floppyMusic.cproj') diff --git a/floppyMusic/floppyMusic.cproj b/floppyMusic/floppyMusic.cproj index 0ab48be..34cd8d5 100644 --- a/floppyMusic/floppyMusic.cproj +++ b/floppyMusic/floppyMusic.cproj @@ -82,39 +82,39 @@ - -mmcu=atmega32 -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega32" - True - True - True - True - False - True - True - - - NDEBUG - - - - - %24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include - - - Optimize for size (-Os) - True - True - True - - - libm - - - - - %24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include - - - + -mmcu=atmega32 -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\gcc\dev\atmega32" + True + True + True + True + False + True + True + + + NDEBUG + + + + + %24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include + + + Optimize for size (-Os) + True + True + True + + + libm + + + + + %24(PackRepoDir)\atmel\ATmega_DFP\1.2.132\include + + + @@ -131,6 +131,7 @@ DEBUG + F_CPU=16000000UL @@ -179,12 +180,6 @@ compile - - compile - - - compile - \ No newline at end of file -- cgit v1.2.3