X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FUARTConnect%2Fconnect_scan.h;h=492f4b145b875fe7c9a65555edeaacbba4590de8;hb=55d03f448e42ea581810bef3d55eb9c017572665;hp=9ba6da13f05bc62509d5e85d823e890bf289c440;hpb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;p=kiibohd-controller.git diff --git a/Scan/UARTConnect/connect_scan.h b/Scan/UARTConnect/connect_scan.h index 9ba6da1..492f4b1 100644 --- a/Scan/UARTConnect/connect_scan.h +++ b/Scan/UARTConnect/connect_scan.h @@ -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;