fixeria has uploaded this change for review.

View 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(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/74/27874/1
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.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I20d41111d6f611202dcefada8091ccda0cc51dad
Gerrit-Change-Number: 27874
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange