From d5f47bf977e469f4987e7d379321472ae056e2ba Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 15 Apr 2023 21:08:43 -0400 Subject: [PATCH] haze: fix stray hex constant --- troposphere/haze/include/haze/ptp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troposphere/haze/include/haze/ptp.hpp b/troposphere/haze/include/haze/ptp.hpp index ff441316e..d9b6e74e0 100644 --- a/troposphere/haze/include/haze/ptp.hpp +++ b/troposphere/haze/include/haze/ptp.hpp @@ -131,7 +131,7 @@ namespace haze { PtpResponseCode_MtpSpecification_By_Group_Unsupported = 0xa807, PtpResponseCode_MtpSpecification_By_Depth_Unsupported = 0xa808, PtpResponseCode_MtpObject_Too_Large = 0xa809, - PtpResponseCode_MtpObjectProp_Not_Supported = 0xa80A, + PtpResponseCode_MtpObjectProp_Not_Supported = 0xa80a, }; enum PtpEventCode : u16 {