]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/UARTConnect/connect_scan.h
UARTConnect enumeration working!
[kiibohd-controller.git] / Scan / UARTConnect / connect_scan.h
index 9ba6da13f05bc62509d5e85d823e890bf289c440..492f4b145b875fe7c9a65555edeaacbba4590de8 100644 (file)
@@ -41,7 +41,7 @@ typedef enum UARTStatus {
        UARTStatus_SYN     = 1, // Rx: SYN Received, waiting for SOH
        UARTStatus_SOH     = 2, // Rx: SOH Received, waiting for Command
        UARTStatus_Command = 3, // Rx: Command Received, waiting for data
-       UARTStatus_Ready   = 4, // Tx: Ready to receive commands
+       UARTStatus_Ready   = 4, // Tx: Ready to send commands
 } UARTStatus;