Worked on config file handler, added all functions
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-06-07 09:54:52 +02:00
parent c413d90b88
commit 74b38a6d06
8 changed files with 236 additions and 0 deletions

View File

@ -59,6 +59,7 @@ enum sourceObjects : uint32_t {
/* 0x54 ('T') for test handlers */
TEST_TASK = 0x54694269,
CONFIG_TEST = 0x54694270,
LIBGPIOD_TEST = 0x54123456,
SPI_TEST = 0x54000010,
UART_TEST = 0x54000020,