Fix tiny tipo in adbdevice.h

This commit is contained in:
Maxim Poliakovski 2023-11-09 11:51:33 +01:00 committed by GitHub
parent b350beafa8
commit 04956c19d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
virtual void listen(const uint8_t dev_addr, const uint8_t reg_num);
virtual uint8_t get_address() { return this->my_addr; };
// Attempts to oolls the device. Returns the talk command corresponding to
// Attempts to poll the device. Returns the talk command corresponding to
// the device if it has data, 0 otherwise.
uint8_t poll();