summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-21 05:20:25 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-25 16:17:28 +0300
commit5ef597a7e1481d8061142564a46a21f714bb503e (patch)
tree7cbca141008fe6adfafdc836441f936c95a1d83a /src/target/firmware
parent569ea1e9d24e03c090b20293a99a8f265dc0a90e (diff)
firmware/apps/hello_world: remove unused test[] buffer
Diffstat (limited to 'src/target/firmware')
-rw-r--r--src/target/firmware/apps/hello_world/main.c2
1 files 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 aeb57390..ecacc183 100644
--- a/src/target/firmware/apps/hello_world/main.c
+++ b/src/target/firmware/apps/hello_world/main.c
@@ -165,8 +165,6 @@ int main(void)
void key_handler(enum key_codes code, enum key_states state)
{
- char test[16];
-
if (state != PRESSED)
return;