Rename #ifdef macro guards of recently renamed files according to the new filenames.

This commit is contained in:
László Monda
2017-05-05 00:19:39 +02:00
parent d2eed48418
commit b649d83d4f
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __BRIDGE_SLAVE_LED_DRIVER_H__
#define __BRIDGE_SLAVE_LED_DRIVER_H__
#ifndef __SLAVE_DRIVER_LED_DRIVER_H__
#define __SLAVE_DRIVER_LED_DRIVER_H__
// Includes:

View File

@@ -1,5 +1,5 @@
#ifndef __BRIDGE_SLAVE_UHK_MODULE_H__
#define __BRIDGE_SLAVE_UHK_MODULE_H__
#ifndef __SLAVE_DRIVER_UHK_MODULE_H__
#define __SLAVE_DRIVER_UHK_MODULE_H__
// Includes:

View File

@@ -1,5 +1,5 @@
#ifndef __BRIDGE_PROTOCOL_SCHEDULER_H__
#define __BRIDGE_PROTOCOL_SCHEDULER_H__
#ifndef __SLAVE_SCHEDULER_H__
#define __SLAVE_SCHEDULER_H__
// Includes: