mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-21 20:04:09 +08:00
fixing unused parameter warnings
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
void i2c_hw_init ( void ) {}
|
||||
|
||||
bool_t i2c_submit(struct i2c_periph* p, struct i2c_transaction* t) { return TRUE;}
|
||||
bool_t i2c_submit(struct i2c_periph* p __attribute__ ((unused)), struct i2c_transaction* t __attribute__ ((unused))) { return TRUE;}
|
||||
|
||||
Reference in New Issue
Block a user