vesc control

This commit is contained in:
Patrick Pichler
2020-05-30 19:18:20 +02:00
parent 39f76cb62b
commit e1519980bd

View File

@ -2,6 +2,7 @@
#include <stdint.h>
#ifdef GLUMP_CONTROLLER
namespace {
enum class ControlType : uint8_t {
@ -120,3 +121,4 @@ uint16_t calculateChecksum(Feedback feedback) {
}
}
#endif