mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix newly renamed VirtualSerial demos' include filename references so that they compile.
This commit is contained in:
@@ -37,9 +37,9 @@
|
||||
#define _CONFIGDESCRIPTOR_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "CDCHost.h"
|
||||
#include "VirtualSerialHost.h"
|
||||
|
||||
/* Macros: */
|
||||
/** Interface Class value for the CDC class */
|
||||
|
||||
@@ -30,11 +30,11 @@
|
||||
|
||||
/** \file
|
||||
*
|
||||
* Main source file for the CDCHost demo. This file contains the main tasks of
|
||||
* Main source file for the VirtualSerialHost demo. This file contains the main tasks of
|
||||
* the demo and is responsible for the initial application hardware configuration.
|
||||
*/
|
||||
|
||||
#include "CDCHost.h"
|
||||
#include "VirtualSerialHost.h"
|
||||
|
||||
#if 0
|
||||
/* NOTE: Here you can set up a standard stream using the created virtual serial port, so that the standard stream functions in
|
||||
|
||||
@@ -30,11 +30,11 @@
|
||||
|
||||
/** \file
|
||||
*
|
||||
* Header file for CDCHost.c.
|
||||
* Header file for VirtualSerialHost.c.
|
||||
*/
|
||||
|
||||
#ifndef _CDC_HOST_H_
|
||||
#define _CDC_HOST_H_
|
||||
#ifndef _VIRTUALSERIAL_HOST_H_
|
||||
#define _VIRTUALSERIAL_HOST_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
|
||||
Reference in New Issue
Block a user