mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-15 06:03:02 -05:00
fixed comm
This commit is contained in:
@@ -51,7 +51,7 @@ namespace maix
|
||||
* @maixpy maix.comm.CommProtocol.__init__
|
||||
* @maixcdk maix.comm.CommProtocol.CommProtocol
|
||||
*/
|
||||
CommProtocol(int buff_size = 1024, uint32_t header=protocol::HEADER);
|
||||
CommProtocol(int buff_size = 1024, uint32_t header=maix::protocol::HEADER);
|
||||
~CommProtocol();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user