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:
parent
7de3ce7d13
commit
af677d03e4
1 changed files with 1 additions and 5 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue