Changed required for new iic code API

This commit is contained in:
Ross Owen
2012-02-24 17:08:42 +00:00
parent 1b8daeef24
commit 5c9079eaa6
2 changed files with 20 additions and 15 deletions

View File

@@ -19,7 +19,8 @@ void usb_midi(in port ?p_midi_in, out port ?p_midi_out,
clock ?clk_midi,
chanend c_midi,
unsigned cable_number,
chanend c_iap, chanend ?c_i2c // iOS stuff
chanend ?c_iap, chanend ?c_i2c, // iOS stuff
port ?p_scl, port ?p_sda
);
#define MAX_USB_MIDI_PACKET_SIZE 1024