dmitrystu / libusb_stm32

Lightweight USB device Stack for STM32 microcontrollers
Apache License 2.0
707 stars 160 forks source link

Can not compile in c99 standard #68

Closed mttbx closed 3 years ago

mttbx commented 3 years ago

Is it possible to make it C99 compliant?

dmitrystu commented 3 years ago

The code is GNU-99 compliant. If you will define string descriptors as an array of the U16 chars instead of 'u'-prefixed string you probably got a C-99 compliant code.