Rename bridge_protocol_handler.[ch] to slave_protocol_handler.[ch]
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "fsl_clock.h"
|
||||
#include "i2c.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)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "bridge_protocol_handler.h"
|
||||
#include "slave_protocol_handler.h"
|
||||
#include "test_led.h"
|
||||
#include "main.h"
|
||||
#include "i2c_addresses.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __BRIDGE_PROTOCOL_HANDLER__
|
||||
#define __BRIDGE_PROTOCOL_HANDLER__
|
||||
#ifndef __SLAVE_PROTOCOL_HANDLER__
|
||||
#define __SLAVE_PROTOCOL_HANDLER__
|
||||
|
||||
// Includes:
|
||||
|
||||
Reference in New Issue
Block a user