diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/hotswap.h | 2 |
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 @@ typedef struct { - bool initialized; + int initialized; unsigned char bitrate_register; unsigned long read_timeout; /* n * 8 clock cycles */ unsigned long write_timeout; /* n * 8 clock cycles */ |