summaryrefslogtreecommitdiff
path: root/firmware/export/hotswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/hotswap.h')
-rw-r--r--firmware/export/hotswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/hotswap.h b/firmware/export/hotswap.h
index c6a657d731..4a1b1717ca 100644
--- a/firmware/export/hotswap.h
+++ b/firmware/export/hotswap.h
@@ -21,7 +21,7 @@
21 21
22typedef struct 22typedef struct
23{ 23{
24 bool initialized; 24 int initialized;
25 unsigned char bitrate_register; 25 unsigned char bitrate_register;
26 unsigned long read_timeout; /* n * 8 clock cycles */ 26 unsigned long read_timeout; /* n * 8 clock cycles */
27 unsigned long write_timeout; /* n * 8 clock cycles */ 27 unsigned long write_timeout; /* n * 8 clock cycles */