From fa75caf9f74bb5ad69cc953d52ba26667b7d9562 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Fri, 17 Mar 2017 22:31:59 +0900 Subject: fmdsp: display current filename --- fmdsp/font_fmdsp_small_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fmdsp/font_fmdsp_small_data.h') diff --git a/fmdsp/font_fmdsp_small_data.h b/fmdsp/font_fmdsp_small_data.h index a9a0fb9..3702831 100644 --- a/fmdsp/font_fmdsp_small_data.h +++ b/fmdsp/font_fmdsp_small_data.h @@ -1,4 +1,4 @@ -static unsigned char fontdat[] = { +static const unsigned char fontdat[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -128,4 +128,4 @@ static unsigned char fontdat[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -unsigned int fmdsp_dat_len = 1536; +static unsigned int fmdsp_dat_len = 1536; -- cgit v1.2.3