mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 16:55:58 +00:00
Fixed breaking bug in printable
This commit is contained in:
parent
1fc34fa574
commit
9f0defa24f
@ -19,7 +19,9 @@ namespace sta
|
|||||||
|
|
||||||
void PrintableUART::print(const char * str, size_t length)
|
void PrintableUART::print(const char * str, size_t length)
|
||||||
{
|
{
|
||||||
|
intf_->acquire();
|
||||||
intf_->transfer(reinterpret_cast<const uint8_t *>(str), length);
|
intf_->transfer(reinterpret_cast<const uint8_t *>(str), length);
|
||||||
|
intf_->release();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace sta
|
} // namespace sta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user