mac-rom-simm-programmer/cdc_device_definition.h

14 lines
270 B
C
Raw Normal View History

/*
* 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_ */