From 50eb90bdc7f9ad08c88a1970027bffe63b403277 Mon Sep 17 00:00:00 2001 From: tharexde Date: Thu, 17 Dec 2020 20:55:01 +0100 Subject: [PATCH] added missing static statements --- armsrc/em4x50.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/em4x50.c b/armsrc/em4x50.c index bf457c7cf..437afd956 100644 --- a/armsrc/em4x50.c +++ b/armsrc/em4x50.c @@ -691,7 +691,7 @@ static bool em4x50_sim_send_byte_with_parity(uint8_t byte) { return true; } -bool em4x50_sim_send_word(uint32_t word) { +static bool em4x50_sim_send_word(uint32_t word) { uint8_t cparity = 0x00; @@ -722,7 +722,7 @@ bool em4x50_sim_send_word(uint32_t word) { return true; } -bool em4x50_sim_send_listen_window(void) { +static bool em4x50_sim_send_listen_window(void) { uint16_t check = 0;