From 6e0ce662c70d200e23b63527bb7782eaa764d979 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 21 Aug 2021 17:49:14 +0200 Subject: [PATCH] reduce scope of global ice --- client/src/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/flash.c b/client/src/flash.c index 6bca04d43..a3edc1e52 100644 --- a/client/src/flash.c +++ b/client/src/flash.c @@ -537,7 +537,7 @@ static int write_block(uint32_t address, uint8_t *data, uint32_t length) { return ret; } -const char ice[] = +static const char ice[] = "...................................................................\n @@@ @@@@@@@ @@@@@@@@ @@@@@@@@@@ @@@@@@ @@@ @@@\n" " @@! !@@ @@! @@! @@! @@! @@! @@@ @@!@!@@@\n !!@ !@! @!!!:! @!! !!@ @!@ @!@!@!@! @!@@!!@!\n" " !!: :!! !!: !!: !!: !!: !!! !!: !!!\n : :: :: : : :: ::: : : : : : :: : \n"