Changes to work with Mac
Changes include: - Updating Project - fixing sendto declaration - Fixed some bugs in #if Mac sections - Removed unneeded #includes (my compiler didn’t like them)
This commit is contained in:
@@ -699,7 +699,6 @@ xpcCtrl parseCTRL(const char data[])
|
||||
xpcWypt parseWYPT(const char data[])
|
||||
{
|
||||
xpcWypt result;
|
||||
unsigned char len = data[4];
|
||||
//Preconditions
|
||||
//Validate message prefix to ensure we are looking at the right kind of packet.
|
||||
if (strncmp(data, "WYPT", 4) != 0)
|
||||
|
||||
Reference in New Issue
Block a user