Skip to content

Commit

Permalink
add macro PX4FMU_TASK to board_config
Browse files Browse the repository at this point in the history
  • Loading branch information
kd0aij committed Feb 22, 2017
1 parent 3f2bd54 commit 4a1a7f2
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 440 deletions.
3 changes: 3 additions & 0 deletions src/drivers/boards/auav-x21/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@

#define BOARD_NAME "AUAV_X21"

// Run the FMU task on its own thread to reduce jitter
#define PX4FMU_TASK

/* By Providing BOARD_ADC_USB_CONNECTED this board support the ADC
* system_power interface, and therefore provides the true logic
* GPIO BOARD_ADC_xxxx macros.
Expand Down
3 changes: 3 additions & 0 deletions src/drivers/boards/px4fmu-v4/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@

#define BOARD_NAME "PX4FMU_V4"

// Run the FMU task on its own thread to reduce jitter
#define PX4FMU_TASK

/* By Providing BOARD_ADC_USB_CONNECTED (using the px4_arch abstraction)
* this board support the ADC system_power interface, and therefore
* provides the true logic GPIO BOARD_ADC_xxxx macros.
Expand Down
Loading

0 comments on commit 4a1a7f2

Please sign in to comment.