From bd726d3652ef18e56ac8d28d5b1499d66c6b1fe4 Mon Sep 17 00:00:00 2001 From: Bernhard Nebel Date: Sun, 17 Aug 2025 23:42:58 +0200 Subject: [PATCH] Power Debugger USB PID corrected --- src/DebugToolDrivers/Microchip/PowerDebugger/PowerDebugger.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugToolDrivers/Microchip/PowerDebugger/PowerDebugger.hpp b/src/DebugToolDrivers/Microchip/PowerDebugger/PowerDebugger.hpp index 3fe77c6c..6ef03ea8 100644 --- a/src/DebugToolDrivers/Microchip/PowerDebugger/PowerDebugger.hpp +++ b/src/DebugToolDrivers/Microchip/PowerDebugger/PowerDebugger.hpp @@ -18,7 +18,7 @@ namespace DebugToolDrivers::Microchip { public: static const inline std::uint16_t USB_VENDOR_ID = 0x03eb; - static const inline std::uint16_t USB_PRODUCT_ID = 0x2141; + static const inline std::uint16_t USB_PRODUCT_ID = 0x2144; static const inline std::uint8_t USB_CONFIGURATION_INDEX = 0; static const inline std::uint8_t CMSIS_HID_INTERFACE_NUMBER = 0;