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;