commit | 96c26c22681964df49631962bee7e69237659777 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Mon May 27 09:58:23 2024 +0300 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Tue May 28 17:49:59 2024 +0200 |
tree | 1846f624198097fc366fc554782d9150298ec560 | |
parent | 6465e738251315892611c26f8ef2a22ed1cbfbd4 [diff] |
shell: backend: telnet: Rename write and read functions Rename write() to telnet_write(), and read() to telnet_read() so that if we enable CONFIG_POSIX_API, the compiler will not complain about those two functions as they conflict with POSIX API ones. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>