mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
/* Includes: */
|
||||
#include <avr/pgmspace.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "../../../Common/Common.h"
|
||||
#include "USBMode.h"
|
||||
|
||||
Reference in New Issue
Block a user