Rename bridge_protocol.h to slave_protocol.h
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __BRIDGE_PROTOCOL_H__
|
||||
#define __BRIDGE_PROTOCOL_H__
|
||||
#ifndef __SLAVE_PROTOCOL_H__
|
||||
#define __SLAVE_PROTOCOL_H__
|
||||
|
||||
// Typedefs:
|
||||
|
||||
Reference in New Issue
Block a user