fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/27874 )
Change subject: firmware/apps/hello_world: remove unused test[] buffer ......................................................................
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;