[RTTY] Added Doxygen TODOs
This commit is contained in:
parent
735db87bb3
commit
4e943b5437
1 changed files with 1 additions and 2 deletions
|
@ -452,8 +452,7 @@ size_t RTTYClient::printNumber(unsigned long n, uint8_t base) {
|
|||
return(l);
|
||||
}
|
||||
|
||||
// TODO: improve ITA2 float print speed
|
||||
// (characters are sent one at a time)
|
||||
/// \todo improve ITA2 float print speed (characters are sent one at a time)
|
||||
size_t RTTYClient::printFloat(double number, uint8_t digits) {
|
||||
size_t n = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue