run fbt format, add smol fix

This commit is contained in:
MX
2024-01-30 21:18:27 +03:00
parent d3dcc1d27d
commit ed3cd21f5c
5 changed files with 546 additions and 307 deletions

View File

@@ -15,5 +15,5 @@ void hid_ptt_set_connected_status(HidPushToTalk* hid_ptt, bool connected);
enum HidPushToTalkOSes {
HidPushToTalkMacOS,
HidPushToTalkLinux,
HidPushToTalkLinux,
};