mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Merge pull request #5309 from ChisholmKyle/patch-1
remove extra semicolon
This commit is contained in:
commit
2a546de1c2
@ -399,7 +399,7 @@ bool SendControl(u8 d)
|
|||||||
}
|
}
|
||||||
_cmark++;
|
_cmark++;
|
||||||
return true;
|
return true;
|
||||||
};
|
}
|
||||||
|
|
||||||
// Clipped by _cmark/_cend
|
// Clipped by _cmark/_cend
|
||||||
int USB_SendControl(u8 flags, const void* d, int len)
|
int USB_SendControl(u8 flags, const void* d, int len)
|
||||||
|
Loading…
Reference in New Issue
Block a user