\r
/** \mainpage CDC Host Demo\r
*\r
+ * \section SSec_Compat Demo Compatibility:\r
+ *\r
+ * The following table indicates what microcontrollers are compatible with this demo.\r
+ *\r
+ * - AT90USB1287\r
+ * - AT90USB1286\r
+ *\r
* \section SSec_Info USB Information:\r
*\r
* The following table gives a rundown of the USB utilization of this demo.\r
* \r
* This demo prints out received CDC data through the serial port.\r
* \r
- * Not that this demo is only compatible with devices which report the correct CDC\r
+ * Note that this demo is only compatible with devices which report the correct CDC\r
* and ACM class, subclass and protocol values. Most USB-Serial cables have vendor\r
* specific features, thus use vendor-specific class/subclass/protocol codes to force\r
* the user to use specialized drivers. This demo is not compatible with such devices.\r