This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/daemon/bragi_common.c b/src/daemon/bragi_common.c | |
index 03d8edd..9b61a3a 100644 | |
--- a/src/daemon/bragi_common.c | |
+++ b/src/daemon/bragi_common.c | |
@@ -4,8 +4,8 @@ | |
// Gets a property using the bragi protocol | |
// Error when return value < 0 | |
int bragi_get_property(usbdevice* kb, const uchar prop) { | |
- uchar pkt[64] = {BRAGI_MAGIC, BRAGI_GET, prop, 0}; | |
- uchar response[64] = {0}; |