mirror of
https://github.com/eddyem/small_tel.git
synced 2026-06-19 10:26:25 +03:00
add weather testing
This commit is contained in:
@@ -68,7 +68,7 @@ rtn:
|
||||
/**
|
||||
* @brief nonblk_read - internal read
|
||||
* @param ans (o) - buffer for data
|
||||
* @return NULL if failed or `ans`
|
||||
* @return NULL if failed or return `ans` (could be NULL just to clear incoming buffer)
|
||||
*/
|
||||
static char *nonblk_read(char ans[ANSLEN]){
|
||||
static char *bufptr = NULL; // last message, if it was longer than `length`
|
||||
|
||||
Reference in New Issue
Block a user