applied changes according to pr comments

This commit is contained in:
2021-06-21 17:25:13 +02:00
parent 0913442804
commit 72f7d6c88f
7 changed files with 5 additions and 5 deletions

View File

@ -68,6 +68,6 @@ static constexpr uint8_t FSFW_CSB_FIFO_DEPTH = 6;
static constexpr size_t FSFW_PRINT_BUFFER_SIZE = 124;
}
#define FSFW_HAL_LINUX_SPI_WIRETAPPING 1
#define FSFW_HAL_LINUX_SPI_WIRETAPPING 0
#endif /* CONFIG_FSFWCONFIG_H_ */