libusb_stm32 icon indicating copy to clipboard operation
libusb_stm32 copied to clipboard

fix(hid_usage_simulation.h): invalid include guard

Open JarvisCraft opened this issue 1 year ago • 0 comments

Description

This fixes the invalid include guard in inc/hid_usage_simulation.h.

Background

This was discovered by clang when building bindings for flipperzero-rs.

clang diag: /app/firmware/build/f7-firmware-D/sdk_headers//f7_sdk/lib/libusb_stm32/inc/hid_usage_simulation.h:16:9: warning: '_USB_HID_USAGE_SIMUL_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]

JarvisCraft avatar Dec 24 '23 14:12 JarvisCraft