From 8ac4f5a069ed50d720ba92bc628124cd25d9c41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 29 May 2017 22:17:40 +0200 Subject: [PATCH] Rename bridge_protocol.h to slave_protocol.h --- left/src/slave_protocol_handler.c | 2 +- right/src/slave_drivers/slave_driver_uhk_module.c | 2 +- shared/{bridge_protocol.h => slave_protocol.h} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename shared/{bridge_protocol.h => slave_protocol.h} (81%) 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: