java: fix Java types for ZFM20
Signed-off-by: Petre Eftime <petre.p.eftime@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
3d74ea9820
commit
ebdb4f10d1
@@ -212,9 +212,10 @@ namespace upm {
|
||||
* Verifies the packet header and indicates its validity
|
||||
*
|
||||
* @param pkt Packet to check
|
||||
* @param len Length of packet
|
||||
* @return True if the checksum is valid, false otherwise
|
||||
*/
|
||||
bool verifyPacket(unsigned char *pkt);
|
||||
bool verifyPacket(unsigned char *pkt, int len);
|
||||
|
||||
/**
|
||||
* Returns the number of milliseconds elapsed since initClock()
|
||||
|
||||
Reference in New Issue
Block a user