summaryrefslogtreecommitdiff
path: root/Inc
diff options
context:
space:
mode:
authorAditya Naik2020-04-07 00:42:05 -0400
committerAditya Naik2020-04-07 00:42:05 -0400
commit2aa5ae87f96b4c10ea52b29e356d1eed6103e3e8 (patch)
tree7c19c417238c9b0bd7f838b367a0e763f4f7bfcf /Inc
parent88e041cb910f5d238cd5775921a339f529cbc3b1 (diff)
Branching off main hs
Diffstat (limited to 'Inc')
-rw-r--r--Inc/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Inc/devices.h b/Inc/devices.h
index 396ae2d..58bc5b7 100644
--- a/Inc/devices.h
+++ b/Inc/devices.h
@@ -33,7 +33,7 @@ typedef enum state {
OFFLINE = 0, /* Device not found on bus */
CONNECTED = 1, /* Device found on bus but handshake not completed */
REGISTERED = 2, /* Completed handshake; ready for action */
- HS_FAILED = 3, /* Handshake failed */
+ FAILED = 3, /* Handshake failed */
NO_DATA = 4 /* ??? */
} state_t;