forked from mirror/qmk_firmware
Application documentation/comment cleanup.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
#define INCLUDE_FROM_BOOTLOADERCDC_C
|
||||
#include "BootloaderCDC.h"
|
||||
|
||||
/* Globals: */
|
||||
/** Line coding options for the virtual serial port. Although the virtual serial port data is never
|
||||
* sent through a physical serial port, the line encoding data must still be read and preserved from
|
||||
* the host, or the host will detect a problem and fail to open the port. This structure contains the
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "BootloaderMIDI.h"
|
||||
|
||||
/** Main program entry point. This routine configures the hardware required by the application, then
|
||||
* starts the scheduler to run the application tasks.
|
||||
* enters a loop to run the application tasks in sequence.
|
||||
*/
|
||||
int main(void)
|
||||
{
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "MIDI.h"
|
||||
|
||||
/** Main program entry point. This routine configures the hardware required by the application, then
|
||||
* starts the scheduler to run the application tasks.
|
||||
* enters a loop to run the application tasks in sequence.
|
||||
*/
|
||||
int main(void)
|
||||
{
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
|
||||
#include "TeensyHID.h"
|
||||
|
||||
/* Global Variables: */
|
||||
/** Flag to indicate if the bootloader should be running, or should exit and allow the application code to run
|
||||
* via a soft reset. When cleared, the bootloader will abort, the USB interface will shut down and the application
|
||||
* started via a forced watchdog reset.
|
||||
|
||||
Reference in New Issue
Block a user