Rename bridge_protocol_handler.[ch] to slave_protocol_handler.[ch]

This commit is contained in:
László Monda
2017-05-29 22:07:13 +02:00
parent 98701d1c85
commit 2e66d4bc21
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
#include "fsl_clock.h" #include "fsl_clock.h"
#include "i2c.h" #include "i2c.h"
#include "led_pwm.h" #include "led_pwm.h"
#include "bridge_protocol_handler.h" #include "slave_protocol_handler.h"
static void i2cSlaveCallback(I2C_Type *base, i2c_slave_transfer_t *xfer, void *userData) static void i2cSlaveCallback(I2C_Type *base, i2c_slave_transfer_t *xfer, void *userData)
{ {

View File

@@ -1,4 +1,4 @@
#include "bridge_protocol_handler.h" #include "slave_protocol_handler.h"
#include "test_led.h" #include "test_led.h"
#include "main.h" #include "main.h"
#include "i2c_addresses.h" #include "i2c_addresses.h"

View File

@@ -1,5 +1,5 @@
#ifndef __BRIDGE_PROTOCOL_HANDLER__ #ifndef __SLAVE_PROTOCOL_HANDLER__
#define __BRIDGE_PROTOCOL_HANDLER__ #define __SLAVE_PROTOCOL_HANDLER__
// Includes: // Includes: