Rename bridge_slave_led_driver_handler.[ch] to bridge_slave_led_driver.[ch]

This commit is contained in:
László Monda
2017-03-18 02:17:42 +01:00
parent 0656bb78c3
commit 450520de24
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "bridge_protocol_scheduler.h" #include "bridge_protocol_scheduler.h"
#include "slot.h" #include "slot.h"
#include "main.h" #include "main.h"
#include "bridge_slave_led_driver_handler.h" #include "bridge_slave_led_driver.h"
#include "i2c.h" #include "i2c.h"
#include "i2c_addresses.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" #include "led_driver.h"
#define BUFFER_SIZE (LED_DRIVER_LED_COUNT + 1) #define BUFFER_SIZE (LED_DRIVER_LED_COUNT + 1)
@@ -1,5 +1,5 @@
#ifndef __BRIDGE_SLAVE_LED_DRIVER_HANDLER_H__ #ifndef __BRIDGE_SLAVE_LED_DRIVER_H__
#define __BRIDGE_SLAVE_LED_DRIVER_HANDLER_H__ #define __BRIDGE_SLAVE_LED_DRIVER_H__
// Includes: // Includes: