Skip to content

Commit

Permalink
AVRISP-MKII Clone: Remove vestigial RESET_TOGGLES_LIBUSB_COMPAT code.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Sep 11, 2022
1 parent fced96d commit eb9b67b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Projects/AVRISP-MKII/AVRISP-MKII.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ void SetupHardware(void)

/* Hardware Initialization */
LEDs_Init();
#if defined(RESET_TOGGLES_LIBUSB_COMPAT)
UpdateCurrentCompatibilityMode();
#endif

/* USB Stack Initialization */
USB_Init();
Expand Down

0 comments on commit eb9b67b

Please sign in to comment.