Rename bridge_protocol.h to slave_protocol.h

This commit is contained in:
László Monda
2017-05-29 22:17:40 +02:00
parent 1daf6db53c
commit 8ac4f5a069
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
#include "i2c_addresses.h" #include "i2c_addresses.h"
#include "i2c.h" #include "i2c.h"
#include "led_pwm.h" #include "led_pwm.h"
#include "bridge_protocol.h" #include "slave_protocol.h"
#include "main.h" #include "main.h"
#include "init_peripherals.h" #include "init_peripherals.h"

View File

@@ -1,7 +1,7 @@
#include "i2c_addresses.h" #include "i2c_addresses.h"
#include "i2c.h" #include "i2c.h"
#include "slave_drivers/slave_driver_uhk_module.h" #include "slave_drivers/slave_driver_uhk_module.h"
#include "bridge_protocol.h" #include "slave_protocol.h"
#include "main.h" #include "main.h"
#include "peripherals/test_led.h" #include "peripherals/test_led.h"
#include "test_states.h" #include "test_states.h"

View File

@@ -1,5 +1,5 @@
#ifndef __BRIDGE_PROTOCOL_H__ #ifndef __SLAVE_PROTOCOL_H__
#define __BRIDGE_PROTOCOL_H__ #define __SLAVE_PROTOCOL_H__
// Typedefs: // Typedefs: