mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2024-11-22 06:32:23 +00:00
14 lines
270 B
C
14 lines
270 B
C
/*
|
|
* cdc_device_definition.h
|
|
*
|
|
* Created on: Dec 26, 2011
|
|
* Author: Doug
|
|
*/
|
|
|
|
#ifndef CDC_DEVICE_DEFINITION_H_
|
|
#define CDC_DEVICE_DEFINITION_H_
|
|
|
|
extern USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface;
|
|
|
|
#endif /* CDC_DEVICE_DEFINITION_H_ */
|