mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_PiccoloCAN: Increase number of supported channels from 12 -> 16
This commit is contained in:
parent
fb16b085c0
commit
de3c4cc9da
@ -29,10 +29,10 @@
|
||||
#include "piccolo_protocol/ServoPackets.h"
|
||||
|
||||
// maximum number of ESC allowed on CAN bus simultaneously
|
||||
#define PICCOLO_CAN_MAX_NUM_ESC 12
|
||||
#define PICCOLO_CAN_MAX_NUM_ESC 16
|
||||
#define PICCOLO_CAN_MAX_GROUP_ESC (PICCOLO_CAN_MAX_NUM_ESC / 4)
|
||||
|
||||
#define PICCOLO_CAN_MAX_NUM_SERVO 12
|
||||
#define PICCOLO_CAN_MAX_NUM_SERVO 16
|
||||
#define PICCOLO_CAN_MAX_GROUP_SERVO (PICCOLO_CAN_MAX_NUM_SERVO / 4)
|
||||
|
||||
#ifndef HAL_PICCOLO_CAN_ENABLE
|
||||
|
Loading…
Reference in New Issue
Block a user