mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
[actuators] spektrum: fix typo after pprzlink update
This commit is contained in:
@@ -84,7 +84,7 @@ static inline void actuators_spektrum_send(struct link_device *dev)
|
||||
{
|
||||
uint8_t i = 0;
|
||||
dev->put_byte(dev->periph, 0, 0x00); // number missed frames
|
||||
dev->put_byte(dev->periph, 0x12); // 7 channels, 11 bit, 0, 11ms
|
||||
dev->put_byte(dev->periph, 0, 0x12); // 7 channels, 11 bit, 11ms
|
||||
|
||||
/* Transmit all channels */
|
||||
for (i = 0; i < ACTUATORS_SPEKTRUM_MAX_NB; i++) {
|
||||
|
||||
Reference in New Issue
Block a user