array printer tests complete

This commit is contained in:
2021-01-15 18:07:32 +01:00
parent 38dd230887
commit a9135696a5
9 changed files with 77 additions and 31 deletions

View File

@ -167,7 +167,9 @@ std::string* ServiceInterfaceBuffer::getPreamble(size_t * preambleSize) {
return &preamble;
}
bool ServiceInterfaceBuffer::crAdditionEnabled() const {
return addCrToPreamble;
}
#ifdef UT699
#include "../osal/rtems/Interrupt.h"