ploc udpdater wip

This commit is contained in:
Jakob.Meier
2021-08-04 10:20:36 +02:00
parent ba51ca58f3
commit c431deede0
7 changed files with 111 additions and 2 deletions

View File

@ -76,6 +76,7 @@ namespace config {
/* Add mission configuration flags here */
static constexpr uint32_t OBSW_FILESYSTEM_HANDLER_QUEUE_SIZE = 50;
static constexpr uint32_t PLOC_UPDATER_QUEUE_SIZE = 50;
#ifdef __cplusplus
}