Skip to content

Commit

Permalink
Freeks RC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoudSmeur committed Sep 19, 2016
1 parent 1cfc4ba commit 41c53c5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -49,8 +49,8 @@ INFO("Radio-Control now follows PPRZ sign convention: this means you might need
#define ONE_MHZ 1000000

/* Number of low pulses sent to satellite receivers */
#define MASTER_RECEIVER_PULSES 5
#define SLAVE_RECEIVER_PULSES 6
#define MASTER_RECEIVER_PULSES 9
#define SLAVE_RECEIVER_PULSES 10

#define TIM_TICS_FOR_100us 100
#define MIN_FRAME_SPACE 70 // 7ms
Expand Down

0 comments on commit 41c53c5

Please sign in to comment.