ENEL400 / L2Frame

Dependents:   AlohaTransceiver

Revision:
1:b714fce6e23b
Parent:
0:bd0c4fdc6833
Child:
2:849128cfddb8
--- a/AlohaFrame.cpp	Tue Jul 12 13:08:01 2016 +0000
+++ b/AlohaFrame.cpp	Thu Jul 14 04:47:43 2016 +0000
@@ -7,7 +7,7 @@
 #endif
 
 #define CRC_BASE_IDX 3
-#define FIXED_BYTE MAX_PAYLOAD_SZ - MAX_FRAME_SZ
+#define FIXED_BYTE MAX_FRAME_SZ - MAX_PAYLOAD_SZ
 
 AlohaFrame::AlohaFrame()
 {