Skip to content

Commit 24441b1

Browse files
committed
duplicated guards resolve #115
1 parent ec2d96e commit 24441b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/current_sense/hardware_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef HARDWARE_UTILS_H
2-
#define HARDWARE_UTILS_H
1+
#ifndef HARDWARE_UTILS_CURRENT_H
2+
#define HARDWARE_UTILS_CURRENT_H
33

44
#include "../common/foc_utils.h"
55
#include "../common/time_utils.h"

src/drivers/hardware_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef HARDWARE_UTILS_H
2-
#define HARDWARE_UTILS_H
1+
#ifndef HARDWARE_UTILS_DRIVER_H
2+
#define HARDWARE_UTILS_DRIVER_H
33

44
#include "../common/foc_utils.h"
55
#include "../common/time_utils.h"

0 commit comments

Comments
 (0)