\r
#include "USBtoSerial.h"\r
\r
-/* Globals: */\r
/** Contains the current baud rate and other settings of the virtual serial port.\r
*\r
* These values are set by the host via a class-specific request, and the physical USART should be reconfigured to match the\r
/** Flag to indicate if the USART is currently transmitting data from the Rx_Buffer circular buffer. */\r
volatile bool Transmitting = false;\r
\r
+\r
/** Main program entry point. This routine configures the hardware required by the application, then\r
- * starts the scheduler to run the application tasks.\r
+ * enters a loop to run the application tasks in sequence.\r
*/\r
int main(void)\r
{\r