everything seems to work now
This commit is contained in:
parent
962b267454
commit
24a3b11d62
@ -386,6 +386,23 @@ void ObjectFactory::produce(){
|
|||||||
Max31865PT1000Handler* rtdIc18 = new Max31865PT1000Handler(objects::RTD_IC18, objects::SPI_COM_IF, spiRtdIc18, 0);
|
Max31865PT1000Handler* rtdIc18 = new Max31865PT1000Handler(objects::RTD_IC18, objects::SPI_COM_IF, spiRtdIc18, 0);
|
||||||
// rtdIc10->setStartUpImmediately();
|
// rtdIc10->setStartUpImmediately();
|
||||||
// rtdIc4->setStartUpImmediately();
|
// rtdIc4->setStartUpImmediately();
|
||||||
|
(void) rtdIc3;
|
||||||
|
(void) rtdIc4;
|
||||||
|
(void) rtdIc5;
|
||||||
|
(void) rtdIc6;
|
||||||
|
(void) rtdIc7;
|
||||||
|
(void) rtdIc8;
|
||||||
|
(void) rtdIc9;
|
||||||
|
(void) rtdIc10;
|
||||||
|
(void) rtdIc11;
|
||||||
|
(void) rtdIc12;
|
||||||
|
(void) rtdIc13;
|
||||||
|
(void) rtdIc14;
|
||||||
|
(void) rtdIc15;
|
||||||
|
(void) rtdIc16;
|
||||||
|
(void) rtdIc17;
|
||||||
|
(void) rtdIc18;
|
||||||
|
|
||||||
#endif /* Q7S_ADD_SPI_TEST == 0 */
|
#endif /* Q7S_ADD_SPI_TEST == 0 */
|
||||||
|
|
||||||
#endif /* TE0720 == 0 */
|
#endif /* TE0720 == 0 */
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
#define FSFW_DISABLE_PRINTOUT 0
|
#define FSFW_DISABLE_PRINTOUT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//! Can be used to disable the ANSI color sequences for C stdio.
|
#define FSFW_USE_PUS_C_TELEMETRY 1
|
||||||
#define FSFW_COLORED_OUTPUT 1
|
|
||||||
|
|
||||||
//! Can be used to disable the ANSI color sequences for C stdio.
|
//! Can be used to disable the ANSI color sequences for C stdio.
|
||||||
#define FSFW_COLORED_OUTPUT 1
|
#define FSFW_COLORED_OUTPUT 1
|
||||||
|
Loading…
Reference in New Issue
Block a user