Commit a8a089e
committed
Explicitly set scoped enum types to uint8_t
This should be implicit given the provided values, but I'm making it explicit here to indicate intent (using a single byte from the USB data) and match usage elsewhere such as the receive() function.1 parent c4aca73 commit a8a089e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments