Skip to content

Commit

Permalink
Fix clang-format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-aria committed Dec 19, 2023
1 parent 66cb8fb commit 194e0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hid/usb_midi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void MidiUsbTransport::Impl::Init(Config config)
// static_assert(1u == sizeof(MidiUsbTransport::Impl::usb_handle_), "UsbHandle is not static");

// This tells the USB middleware to send out MIDI descriptors instead of CDC
config_ = config;
config_ = config;

UsbHandle::UsbPeriph periph = UsbHandle::FS_INTERNAL;
if(config_.periph == Config::EXTERNAL)
Expand Down

0 comments on commit 194e0be

Please sign in to comment.