We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77e1f7 commit 8cbd3b1Copy full SHA for 8cbd3b1
src/sfTk/sfTkIUART.h
@@ -68,7 +68,7 @@ typedef enum _sfTkUARTDataBits
68
kUARTDataBitsEight = 0x400ul,
69
} sfTkUARTDataBits_t;
70
71
-inline const uint8_t dataBitsToValue(sfTkUARTDataBits_t dataBits)
+inline uint8_t dataBitsToValue(sfTkUARTDataBits_t dataBits)
72
{
73
static const uint8_t dataBitsArray[] = {5, 6, 7, 8};
74
0 commit comments