Re-add in simple scheduler for compatibility with legacy code, mark all scheduler related files as deprecated.
This commit is contained in:
parent
8bc3a91c1f
commit
0d8679cf6b
8 changed files with 458 additions and 33 deletions
|
@ -42,9 +42,17 @@
|
|||
*/
|
||||
USB_ClassInfo_CDC_Host_t VirtualSerial_CDC_Interface =
|
||||
{
|
||||
.DataINPipeNumber = 1,
|
||||
.DataOUTPipeNumber = 2,
|
||||
.NotificationPipeNumber = 3,
|
||||
.Config =
|
||||
{
|
||||
.DataINPipeNumber = 1,
|
||||
.DataOUTPipeNumber = 2,
|
||||
.NotificationPipeNumber = 3,
|
||||
},
|
||||
|
||||
.State =
|
||||
{
|
||||
// Leave all state values to their defaults
|
||||
}
|
||||
};
|
||||
|
||||
/** Main program entry point. This routine configures the hardware required by the application, then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue