X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..6a5a37d7d141f109dc02d0bb6d8f4757b533408d:/Demos/Device/DualCDC/DualCDC.h?ds=inline diff --git a/Demos/Device/DualCDC/DualCDC.h b/Demos/Device/DualCDC/DualCDC.h index 4c62abf9d..84be114e9 100644 --- a/Demos/Device/DualCDC/DualCDC.h +++ b/Demos/Device/DualCDC/DualCDC.h @@ -87,7 +87,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: */