Skip to content

Commit e23dd1f

Browse files
committed
added missing bracket
1 parent d52822a commit e23dd1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

klib/usb/device/dfu.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace klib::usb::device {
2727

2828
// buffer for the firmware (data we are reading
2929
// should be 4 byte aligned as some devices requre
30-
// this.
30+
// this).
3131
static __attribute__((aligned(4))) inline uint8_t buffer[TransferSize] = {};
3232

3333
// length of the current buffer

0 commit comments

Comments
 (0)