tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
board_lpcxpresso11u14.h
Go to the documentation of this file.
1 /**************************************************************************/
37 /**************************************************************************/
38 
39 #ifndef _TUSB_BOARD_RF1GHZNODE_H_
40 #define _TUSB_BOARD_RF1GHZNODE_H_
41 
42 #ifdef __cplusplus
43  extern "C" {
44 #endif
45 
46 #include "LPC11Uxx.h"
47 #include "lpc11uxx_gpio.h"
48 #include "lpc11uxx_uart.h"
49 
50 //#define CFG_PRINTF_TARGET PRINTF_TARGET_SEMIHOST
51 #define CFG_PRINTF_TARGET PRINTF_TARGET_UART
52 
53 #ifdef __cplusplus
54  }
55 #endif
56 
57 #endif /* _TUSB_BOARD_RF1GHZNODE_H_ */