correct preprocessor define now used
This commit is contained in:
@ -63,7 +63,7 @@ uint8_t TcPacketBase::getPusVersionNumber() {
|
||||
}
|
||||
|
||||
void TcPacketBase::print() {
|
||||
#if CPP_OSTREAM_ENABLED == 1
|
||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||
sif::debug << "TcPacketBase::print: " << std::endl;
|
||||
#endif
|
||||
arrayprinter::print(getWholeData(), getFullSize());
|
||||
|
Reference in New Issue
Block a user