Compile Linux files conditionally for Host #322

Merged
muellerr merged 3 commits from mueller/compile_linux_files_conditionally_for_host into develop 2022-11-15 13:40:18 +01:00
Showing only changes of commit 3c469e5c7a - Show all commits

View File

@ -165,7 +165,7 @@ void UartTestClass::scexInit() {
#else
std::string devname = "/dev/ul-scex";
#endif
uartCookie = new UartCookie(this->getObjectId(), devname, UartBaudRate::RATE_57600, 4096);
uartCookie = new SerialCookie(this->getObjectId(), devname, UartBaudRate::RATE_57600, 4096);
reader->setDebugMode(false);
ReturnValue_t result = reader->initializeInterface(uartCookie);
if (result != OK) {