Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindehecker committed Sep 25, 2016
1 parent c235795 commit 822af0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/airborne/modules/sensors/kalamos_uart.c
Expand Up @@ -227,6 +227,8 @@ void kalamos_periodic() {
p2k_package.enables |= 0b1000;
if (kalamos_enable_attcalib)
p2k_package.enables |= 0b10000;
if (kalamos_enable_videorecord)
p2k_package.enables |= 0b100000;

if (timeoutcount > 0) {
timeoutcount--;
Expand Down

0 comments on commit 822af0e

Please sign in to comment.