Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed Jan 31, 2025
1 parent 206c33d commit d7a070d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions radio/src/tests/gtests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ uint16_t simu_get_analog(uint8_t idx)
}

static char _stringResult[200];
const char * zchar2string(const char * zstring, int size)
{
if (size > (int)sizeof(_stringResult) ) {
return nullptr;
}
zchar2str(_stringResult, zstring, size);
return _stringResult;
}

const char * nchar2string(const char * string, int size)
{
Expand Down

0 comments on commit d7a070d

Please sign in to comment.