typo's, added git as dependency

This commit is contained in:
Cedric de Wijs
2022-12-18 13:56:54 +01:00
parent 473d2c4092
commit 0bdef7bab1
24 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ enum CommandModifier {
struct version_specific
{
uint8_t no_read; // command modifer for xfer no read
uint8_t no_read; // command modifier for xfer no read
uint16_t max_bits; // max bit count that can be transferred
};