mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
fixed light command ctrl constant
This commit is contained in:
@@ -98,8 +98,8 @@ extern "C" {
|
|||||||
|
|
||||||
/*--------------------- Control/State Constants ------------------------*/
|
/*--------------------- Control/State Constants ------------------------*/
|
||||||
|
|
||||||
#define LIGHT_CMD_CTRL_ALLOWED ((uint8_t)0x00)
|
#define LIGHT_CMD_CTRL_ALLOWED ((uint8_t)0x01)
|
||||||
#define LIGHT_CMD_CTRL_DISALLOWED ((uint8_t)0x01)
|
#define LIGHT_CMD_CTRL_DISALLOWED ((uint8_t)0x00)
|
||||||
|
|
||||||
#define VERSION_REQUEST_VALUE ((uint8_t)0x01)
|
#define VERSION_REQUEST_VALUE ((uint8_t)0x01)
|
||||||
#define STEER_NEUTRAL_REQUEST_VALUE ((uint8_t)0xee)
|
#define STEER_NEUTRAL_REQUEST_VALUE ((uint8_t)0xee)
|
||||||
|
|||||||
Reference in New Issue
Block a user