|
Let's test the code-formatting capabilities of the RJ_CodeInsert plugin:
This is a test of RJ_InsertCode
// ************************************************************************ // InitUSBVars: // Initializes all data items that will be transferred over USB. This is // especially important for Feature items, that can be read and written // by the PC. // // HIDmaker will automatically initialize certain variables here, if needed. // You may add other initialization code here if you choose. // ************************************************************************ void InitUSBVars(void) { USB_Enum_Complete = 0; }
// ************************************************************************ // InitUSBVars: // Initializes all data items that will be transferred over USB. This is // especially important for Feature items, that can be read and written // by the PC. // // HIDmaker will automatically initialize certain variables here, if needed. // You may add other initialization code here if you choose. // ************************************************************************
void InitUSBVars(void) { USB_Enum_Complete = 0; }
|