mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Enhanced class drivers to use the same public/private section seperations as other portions of the library.
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
|
||||
#include "CDCHost.h"
|
||||
|
||||
/** LUFA CDC Class driver interface configuration and state information. This structure is
|
||||
* passed to all CDC Class driver functions, so that multiple instances of the same class
|
||||
* within a device can be differentiated from one another.
|
||||
*/
|
||||
USB_ClassInfo_CDC_t VirtualSerial_CDC_Interface;
|
||||
|
||||
/** Main program entry point. This routine configures the hardware required by the application, then
|
||||
* starts the scheduler to run the application tasks.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user