mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-06 07:01:52 +08:00
Follow naming/spacing convention
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user