refixed spelling

This commit is contained in:
Steffen Gaisser 2021-04-20 15:04:42 +02:00
parent 03095776f1
commit 153c44601b
Signed by: gaisser
GPG Key ID: 83D8D0FE95C319A6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ static constexpr size_t FSFW_EVENTMGMR_RANGEMATCHERS = 120;
//! Defines the FIFO depth of each commanding service base which
//! also determines how many commands a CSB service can handle in one cycle
//! Simultaneously. This will increase the required RAM for
//! simultaneously. This will increase the required RAM for
//! each CSB service !
static constexpr uint8_t FSFW_CSB_FIFO_DEPTH = 6;