1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Remove redundant remap field from merge

This commit is contained in:
James Cotton 2012-01-21 13:22:00 -06:00
parent 838370b3a4
commit e505de7ba0

View File

@ -38,7 +38,6 @@ struct pios_i2c_adapter_cfg {
uint32_t transfer_timeout_ms;
struct stm32_gpio scl;
struct stm32_gpio sda;
uint32_t remap;
struct stm32_irq event;
struct stm32_irq error;
};