mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
Fixing another issue with the default handler setter.
This commit is contained in:
parent
1bceb66e0e
commit
04f81f23ed
@ -472,7 +472,7 @@ public:
|
||||
* \see serial::DataCallback, SerialListener::setInfoHandler
|
||||
*/
|
||||
void setDefaultHandler(DataCallback default_handler) {
|
||||
this->default_handler = default_handler;
|
||||
this->_default_handler = default_handler;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user