Update dshot_definitions.h

make sure setting is 1 byte
This commit is contained in:
Wastl Kraus 2025-10-31 18:26:24 +01:00
parent 4a2d3f0b9a
commit 871423aa6b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static constexpr uint16_t DSHOT_CRC_MASK = 0x000F; // Bit mask for CRC
static constexpr uint16_t DEFAULT_MOTOR_MAGNET_COUNT = 14; static constexpr uint16_t DEFAULT_MOTOR_MAGNET_COUNT = 14;
// Defines the available DShot communication speeds. // Defines the available DShot communication speeds.
enum dshot_mode_t enum dshot_mode_t : uint8_t
{ {
DSHOT_OFF, DSHOT_OFF,
DSHOT150, DSHOT150,