From b1046716422fb20114aac3b9049bd6f2a604ec6f Mon Sep 17 00:00:00 2001 From: Aaron de los Santos Date: Sun, 13 Jun 2021 17:23:05 -0700 Subject: [PATCH] Follow naming/spacing convention --- Arduino/ODriveArduino/ODriveEnums.h | 5 +++-- tools/arduino_enums_template.j2 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Arduino/ODriveArduino/ODriveEnums.h b/Arduino/ODriveArduino/ODriveEnums.h index c4ffccf1..f196ecbd 100644 --- a/Arduino/ODriveArduino/ODriveEnums.h +++ b/Arduino/ODriveArduino/ODriveEnums.h @@ -1,5 +1,6 @@ -#ifndef arduino_enums_template_h -#define arduino_enums_template_h + +#ifndef ODriveEnums_h +#define ODriveEnums_h /* TODO: This file is dangerous because the enums could potentially change between API versions. Should transmit as part of the JSON. ** To regenerate this file, nagivate to the top level of the ODrive repository and run: diff --git a/tools/arduino_enums_template.j2 b/tools/arduino_enums_template.j2 index 9dadb270..94418fa9 100644 --- a/tools/arduino_enums_template.j2 +++ b/tools/arduino_enums_template.j2 @@ -1,5 +1,6 @@ -#ifndef arduino_enums_template_h -#define arduino_enums_template_h + +#ifndef ODriveEnums_h +#define ODriveEnums_h /* TODO: This file is dangerous because the enums could potentially change between API versions. Should transmit as part of the JSON. ** To regenerate this file, nagivate to the top level of the ODrive repository and run: