mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-09 08:14:13 +00:00
Debugging the Gateway functionality.
This commit is contained in:
parent
5e6b6a4061
commit
9296316ffe
6 changed files with 32 additions and 29 deletions
|
|
@ -57,6 +57,12 @@ void CParrot::end()
|
|||
m_ptr = 0U;
|
||||
}
|
||||
|
||||
void CParrot::clear()
|
||||
{
|
||||
m_used = 0U;
|
||||
m_ptr = 0U;
|
||||
}
|
||||
|
||||
unsigned int CParrot::read(unsigned char* data)
|
||||
{
|
||||
assert(data != NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue