Skip to content

Commit

Permalink
trying to implement main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Apr 29, 2024
1 parent 9583069 commit e20db87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydfuutil/usb_dfu.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
from enum import IntEnum

import usb.util
from construct import FlagsEnum, Byte, Int8ul, Struct, Int16ul
from construct import Int8ul, Struct, Int16ul
# from construct import FlagsEnum, Byte

USB_DT_DFU = 0x21

Expand Down

0 comments on commit e20db87

Please sign in to comment.