mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-22 08:04:07 +08:00
Remove unused macros
This commit is contained in:
@@ -55,8 +55,7 @@
|
||||
#endif
|
||||
#define M_PI (3.14159265358979323846f)
|
||||
|
||||
#define MACRO_MAX(x, y) (((x) > (y)) ? (x) : (y))
|
||||
#define MACRO_MIN(x, y) (((x) < (y)) ? (x) : (y))
|
||||
#include <array>
|
||||
|
||||
#define SQ(x) ((x) * (x))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user