Skip to content

Commit

Permalink
Fixed missing file in commit. #374
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbeanton committed Oct 17, 2018
1 parent 06d306b commit c70c3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
#define SENSORS_TASK_PRI 4
#define ADC_TASK_PRI 3
#define FLOW_TASK_PRI 3
#define MULTIRANGER_TASK_PRI 3
#define SYSTEM_TASK_PRI 2
#define CRTP_TX_TASK_PRI 2
#define CRTP_RX_TASK_PRI 2
Expand Down Expand Up @@ -124,6 +125,7 @@
#define USDWRITE_TASK_NAME "USDWRITE"
#define PCA9685_TASK_NAME "PCA9685"
#define CMD_HIGH_LEVEL_TASK_NAME "CMDHL"
#define MULTIRANGER_TASK_NAME "MR"

//Task stack sizes
#define SYSTEM_TASK_STACKSIZE (2* configMINIMAL_STACK_SIZE)
Expand Down Expand Up @@ -151,6 +153,7 @@
#define USDWRITE_TASK_STACKSIZE (2 * configMINIMAL_STACK_SIZE)
#define PCA9685_TASK_STACKSIZE (2 * configMINIMAL_STACK_SIZE)
#define CMD_HIGH_LEVEL_TASK_STACKSIZE configMINIMAL_STACK_SIZE
#define MULTIRANGER_TASK_STACKSIZE (2 * configMINIMAL_STACK_SIZE)

//The radio channel. From 0 to 125
#define RADIO_CHANNEL 80
Expand Down

0 comments on commit c70c3f2

Please sign in to comment.