Follow naming/spacing convention

This commit is contained in:
Aaron de los Santos
2021-06-13 17:23:05 -07:00
parent 2d9150dda2
commit b104671642
2 changed files with 6 additions and 4 deletions

View File

@@ -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:

View File

@@ -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: