Lowercase protocol handler functions according to our coding standards because they're not extern.

This commit is contained in:
László Monda
2017-01-10 01:30:46 +01:00
parent a76a690a98
commit 3348fb0848
3 changed files with 39 additions and 39 deletions

View File

@@ -31,6 +31,6 @@
// Functions:
extern void UsbProtocolHandler();
extern void usbProtocolHandler();
#endif