lexus2k / tinyproto

Tiny Software Protocol for communication over UART, SPI, etc
GNU General Public License v3.0
236 stars 51 forks source link

Fix on connect event callback not assigned #32

Closed lekoook closed 2 years ago

lekoook commented 2 years ago

The callback for on connect event for TinyProtocolFd is not assigned and hence user supplied callbacks won't be called. This fixes that.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.