microbuilder / LPC11U_LPC13U_CodeBase

Open source code base for ARM Cortex M3 LPC1347 or Cortex M0 LPC11U37/LPC11U24 MCUs
Other
55 stars 38 forks source link

C++ typo in src / core / usb / romdriver / mw_usbd_cdcuser.h #21

Closed tommag closed 10 years ago

tommag commented 10 years ago

At the end of the mw_usbd_cdcuser.h,

ifdef __cplusplus

extern "C" {

endif

should be

ifdef __cplusplus

}

endif

I'm also trying to get the RTOS to work with a C++ application, for now I have linking errors but I'll keep you informed when I find the solution !

Thanks for the great work on this codebase.

Tom

hathach commented 10 years ago

fix at commit SHA: 8c83fc3c3ff633086f12f28fef1382de0b77387c in development branch