Skip to content

Commit

Permalink
[actuators] spektrum: fix typo after pprzlink update
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 31, 2016
1 parent b998261 commit bd822d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/subsystems/actuators/actuators_spektrum.c
Expand Up @@ -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++) {
Expand Down

0 comments on commit bd822d4

Please sign in to comment.