Fixed issues occuring when there are many SyncVars
-Fixed a buffer overflow in the HriBoard C++ lib. Now an arbitrary large
packet can be received.
-Fixed a buffer overflow in the board firware. Now, an arbitrary large
packet can be sent. For this, two functions have been created to allow
sending a packet incrementally: comm_SendPacketHeader() and
comm_SendPacketContent().