X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..ea743970951cbcd6d5206b3136de8c9eb90298a5:/Demos/Device/DualCDC/DualCDC.h?ds=sidebyside diff --git a/Demos/Device/DualCDC/DualCDC.h b/Demos/Device/DualCDC/DualCDC.h index 4c62abf9d..65f661f97 100644 --- a/Demos/Device/DualCDC/DualCDC.h +++ b/Demos/Device/DualCDC/DualCDC.h @@ -45,7 +45,6 @@ #include "Descriptors.h" #include // Library Version Information - #include // PROGMEM tags readable by the ButtLoad project #include // USB Functionality #include // Joystick driver #include // LEDs driver @@ -87,7 +86,7 @@ uint8_t ParityType; /**< Parity setting of the virtual serial port, a value from the * CDCDevice_LineCodingParity_t enum */ - uint8_t DataBits; /**< Bits of data per charater of the virtual serial port */ + uint8_t DataBits; /**< Bits of data per character of the virtual serial port */ } CDC_Line_Coding_t; /* Enums: */