Skip to content

Commit

Permalink
[rotorcraft] MODULES_FREQUENCY defaults to PERIODIC_FREQUENCY
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Aug 30, 2013
1 parent 4765f35 commit ec0592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/firmwares/rotorcraft/main.c
Expand Up @@ -83,7 +83,7 @@ PRINT_CONFIG_VAR(PERIODIC_FREQUENCY)
PRINT_CONFIG_VAR(TELEMETRY_FREQUENCY)

#ifndef MODULES_FREQUENCY
#define MODULES_FREQUENCY 512
#define MODULES_FREQUENCY PERIODIC_FREQUENCY
#endif
PRINT_CONFIG_VAR(MODULES_FREQUENCY)

Expand Down

0 comments on commit ec0592e

Please sign in to comment.