Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tulip/shared/amy_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ void run_amy() {
#endif
amy_config.midi = AMY_MIDI_IS_UART;
amy_config.features.default_synths = 0; // midi.py does this for us
amy_config.features.dualcore = 1;
amy_config.i2s_lrc = CONFIG_I2S_LRCLK;
amy_config.i2s_bclk = CONFIG_I2S_BCLK;
amy_config.i2s_dout = CONFIG_I2S_DOUT;
Expand Down