diff --git a/left/src/slave_protocol_handler.c b/left/src/slave_protocol_handler.c index 9e44b41..c936185 100644 --- a/left/src/slave_protocol_handler.c +++ b/left/src/slave_protocol_handler.c @@ -4,7 +4,7 @@ #include "i2c_addresses.h" #include "i2c.h" #include "led_pwm.h" -#include "bridge_protocol.h" +#include "slave_protocol.h" #include "main.h" #include "init_peripherals.h" diff --git a/right/src/slave_drivers/slave_driver_uhk_module.c b/right/src/slave_drivers/slave_driver_uhk_module.c index b9d9f8f..140f149 100644 --- a/right/src/slave_drivers/slave_driver_uhk_module.c +++ b/right/src/slave_drivers/slave_driver_uhk_module.c @@ -1,7 +1,7 @@ #include "i2c_addresses.h" #include "i2c.h" #include "slave_drivers/slave_driver_uhk_module.h" -#include "bridge_protocol.h" +#include "slave_protocol.h" #include "main.h" #include "peripherals/test_led.h" #include "test_states.h" diff --git a/shared/bridge_protocol.h b/shared/slave_protocol.h similarity index 81% rename from shared/bridge_protocol.h rename to shared/slave_protocol.h index 111e610..dc7593b 100644 --- a/shared/bridge_protocol.h +++ b/shared/slave_protocol.h @@ -1,5 +1,5 @@ -#ifndef __BRIDGE_PROTOCOL_H__ -#define __BRIDGE_PROTOCOL_H__ +#ifndef __SLAVE_PROTOCOL_H__ +#define __SLAVE_PROTOCOL_H__ // Typedefs: