update
EIVE/eive-obsw/pipeline/head This commit looks good Details

This commit is contained in:
Irini Kosmidou 2022-04-29 12:30:52 +02:00
parent e16e6c2d17
commit be7b141126
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ void UartTestClass::handleFoundDlePacket(uint8_t* packet, size_t len) {
sif::info << "Detected DLE encoded packet with decoded size " << len << std::endl;
}
std::string gen_random(const int len) {
std::string UartTestClass::gen_random(const int len) {
static const char alphanum[] =
"0123456789"
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"