Rename bridge_slave_led_driver_handler.[ch] to bridge_slave_led_driver.[ch]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "bridge_protocol_scheduler.h"
|
||||
#include "slot.h"
|
||||
#include "main.h"
|
||||
#include "bridge_slave_led_driver_handler.h"
|
||||
#include "bridge_slave_led_driver.h"
|
||||
#include "i2c.h"
|
||||
#include "i2c_addresses.h"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "bridge_slave_led_driver_handler.h"
|
||||
#include "bridge_slave_led_driver.h"
|
||||
#include "led_driver.h"
|
||||
|
||||
#define BUFFER_SIZE (LED_DRIVER_LED_COUNT + 1)
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __BRIDGE_SLAVE_LED_DRIVER_HANDLER_H__
|
||||
#define __BRIDGE_SLAVE_LED_DRIVER_HANDLER_H__
|
||||
#ifndef __BRIDGE_SLAVE_LED_DRIVER_H__
|
||||
#define __BRIDGE_SLAVE_LED_DRIVER_H__
|
||||
|
||||
// Includes:
|
||||
|
||||
Reference in New Issue
Block a user