mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Clean compile(-ish), still more to do.
This commit is contained in:
parent
8946038e0e
commit
9a72e95ec0
6 changed files with 41 additions and 317 deletions
2
Sync.cpp
2
Sync.cpp
|
|
@ -89,5 +89,5 @@ void CSync::addM17Sync(unsigned char* data)
|
|||
{
|
||||
assert(data != NULL);
|
||||
|
||||
::memcpy(data, M17_SYNC_BYTES, M17_SYNC_BYTES_LENGTH);
|
||||
::memcpy(data, M17_SYNC_BYTES, M17_SYNC_LENGTH_BYTES);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue