diff --git a/.project b/.project index ad56f8b6..43b408ff 100644 --- a/.project +++ b/.project @@ -1,4 +1,4 @@ - + sc_usb_audio @@ -17,10 +17,6 @@ org.eclipse.cdt.make.core.append_environment true - - org.eclipse.cdt.make.core.autoBuildTarget - all - org.eclipse.cdt.make.core.buildArguments -f Makefile @@ -53,10 +49,6 @@ org.eclipse.cdt.make.core.enableFullBuild true - - org.eclipse.cdt.make.core.fullBuildTarget - all - org.eclipse.cdt.make.core.stopOnError true diff --git a/module_usb_audio/usb_buffer/usb_buffer.xc b/module_usb_audio/usb_buffer/usb_buffer.xc index 8089a91a..ff79b439 100644 --- a/module_usb_audio/usb_buffer/usb_buffer.xc +++ b/module_usb_audio/usb_buffer/usb_buffer.xc @@ -152,8 +152,6 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud int midi_data_remaining_to_device = 0; int midi_data_collected_from_device = 0; int midi_waiting_on_send_to_host = 0; - int midi_to_host_flag = 0; - int midi_from_host_flag = 0; #endif xc_ptr p_inZeroBuff = array_to_xc_ptr(inZeroBuff);