mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-10-29 12:40:19 +01:00
Fix incorrect #include filenames in the RNDIS demos.
This commit is contained in:
parent
279e1b6ece
commit
b1d7568651
@ -52,7 +52,7 @@
|
||||
|
||||
#include <LUFA/Version.h>
|
||||
#include <LUFA/Drivers/Board/LEDs.h>
|
||||
#include <LUFA/Drivers/Peripheral/Stream.h>
|
||||
#include <LUFA/Drivers/Peripheral/Serial.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
/* Macros: */
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
#include <LUFA/Version.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include <LUFA/Drivers/Board/LEDs.h>
|
||||
#include <LUFA/Drivers/Peripheral/SerialStream.h>
|
||||
#include <LUFA/Drivers/Peripheral/Serial.h>
|
||||
|
||||
/* Macros: */
|
||||
/** Notification value to indicate that a frame is ready to be read by the host. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user