Replace spaces in string parsing with non-printable 0x7F for correct passthrough in radio

This commit is contained in:
Ed Gonzalez 2015-03-12 14:53:51 -05:00
parent 637e3376a0
commit 5cd5b63b7e
5 changed files with 27 additions and 2 deletions

View file

@ -45,5 +45,6 @@ void lock_malloc_init(void);
void* safe_malloc(size_t size);
void safe_free(void* ptr);
void printIP(uint32 ip);
void charReplace( char * string, char oldChar, char newChar );
#endif /* UTILS_H_ */