File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ version = "0.1.0"
44edition = " 2021"
55
66[dependencies ]
7- esp-hal = { version = " 0.22 " , features = [" esp32s3" ] }
8- esp-backtrace = { version = " 0.14.2 " , features = [
7+ esp-hal = { version = " 0.23 " , features = [" esp32s3" ] }
8+ esp-backtrace = { version = " 0.15.0 " , features = [
99 " esp32s3" ,
1010 " panic-handler" ,
1111 " println" ,
1212] }
13- esp-println = { version = " 0.12 .0" , features = [" esp32s3" , " log" ] }
13+ esp-println = { version = " 0.13 .0" , features = [" esp32s3" , " log" ] }
1414usb-device = { version = " 0.3.2" , features = [" control-buffer-256" ] }
1515usbd-midi = { path = " ../../" }
1616midi-convert = " 0.2.0"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const SYSEX_BUFFER_SIZE: usize = 64;
2323fn main ( ) -> ! {
2424 // Some basic setup to run the MCU at maximum clock speed.
2525 let mut config = Config :: default ( ) ;
26- config. cpu_clock = clock:: CpuClock :: Clock240MHz ;
26+ config. cpu_clock = clock:: CpuClock :: _240MHz ;
2727 let peripherals = esp_hal:: init ( config) ;
2828
2929 let usb_bus_allocator = otg_fs:: UsbBus :: new (
You can’t perform that action at this time.
0 commit comments