From a49737618a94b21e82bd16be67d43ff0a79fa722 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 Jul 2022 20:13:18 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 992139a0..0f1c2f15 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -116,10 +116,9 @@ void start_payload(); void led_set(int ledPin, bool state); void blink(int length); void blink_setup(); -short eeprom_word_read(int addr) -void eeprom_word_write(int addr, int val) - - +short eeprom_word_read(int addr); +void eeprom_word_write(int addr, int val); + extern int Encode_8b10b[][256]; int socket_open = 0;