applied changes according to pr comments

This commit is contained in:
2021-06-21 17:25:13 +02:00
parent d74f8860c8
commit 4b4ac7902f
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_ */