Subversion Repositories ChibiGauge

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 6
Line 15... Line 15...
15
*/
15
*/
16
 
16
 
17
#include "hal.h"
17
#include "hal.h"
18
 
18
 
19
 
19
 
20
 
-
 
-
 
20
#if HAL_USE_USB  == TRUE
21
/* Virtual serial port over USB.*/
21
/* Virtual serial port over USB.*/
22
SerialUSBDriver SDU1;
22
SerialUSBDriver SDU1;
23
 
23
 
24
#if HAL_USE_USB_DUAL_CDC == TRUE
24
#if HAL_USE_USB_DUAL_CDC == TRUE
25
SerialUSBDriver SDU2;
25
SerialUSBDriver SDU2;
Line 516... Line 516...
516
  USBD1_DATA2_REQUEST_EP,
516
  USBD1_DATA2_REQUEST_EP,
517
  USBD1_DATA2_AVAILABLE_EP,
517
  USBD1_DATA2_AVAILABLE_EP,
518
  USBD1_INTERRUPT2_REQUEST_EP
518
  USBD1_INTERRUPT2_REQUEST_EP
519
};
519
};
520
#endif
520
#endif
-
 
521
 
-
 
522
#endif