1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Unused function declaration removed

This commit is contained in:
bsongis 2012-02-24 18:10:15 +00:00
parent 7de3ce7d13
commit af677d03e4

View file

@ -36,11 +36,7 @@ uint16_t eeprom_pointer;
const char* eeprom_buffer_data;
volatile int8_t eeprom_buffer_size = 0;
#ifdef SIMU
extern void eeprom_write_byte();
#else
#ifndef SIMU
inline void eeprom_write_byte()
{