diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/i2c-pp.h | 1 | ||||
| -rw-r--r-- | firmware/export/tuner.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/i2c-pp.h b/firmware/export/i2c-pp.h index 230b6bb..55e84b6 100644 --- a/firmware/export/i2c-pp.h +++ b/firmware/export/i2c-pp.h @@ -52,7 +52,6 @@ void i2c_lock(void); void i2c_unlock(void); -void i2c_init(void); int i2c_readbyte(unsigned int dev_addr, int addr); int pp_i2c_send(unsigned int addr, int data0, int data1); int i2c_readbytes(unsigned int dev_addr, int addr, int len, unsigned char *data); diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h index 8f1839a..6d6a690 100644 --- a/firmware/export/tuner.h +++ b/firmware/export/tuner.h @@ -133,7 +133,6 @@ enum /** **/ void tuner_init(void); -bool tuner_power(bool power); #endif /* #if CONFIG_TUNER */ |