Advertisement
Guest User

Untitled

a guest
Oct 4th, 2014
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. #ifndef TM_DEFINES
  2. #define TM_DEFINES
  3.  
  4. /* By default, USB CDC works in USB FS mode */
  5. /* If you want to use this on STM32F429-Discovery, uncomment lines below */
  6. /* I set this here in target C/C++ preprocessor defines */
  7. #define USE_USB_OTG_HS
  8.  
  9. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement