fixeria submitted this change.
firmware/apps/hello_world: remove unused test[] buffer
Change-Id: I20d41111d6f611202dcefada8091ccda0cc51dad
---
M src/target/firmware/apps/hello_world/main.c
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/target/firmware/apps/hello_world/main.c b/src/target/firmware/apps/hello_world/main.c
index aeb5739..ecacc18 100644
--- a/src/target/firmware/apps/hello_world/main.c
+++ b/src/target/firmware/apps/hello_world/main.c
@@ -165,8 +165,6 @@
void key_handler(enum key_codes code, enum key_states state)
{
- char test[16];
-
if (state != PRESSED)
return;
To view, visit change 27874. To unsubscribe, or for help writing mail filters, visit settings.