Buffer size

pull/4/head
Mark Qvist 2014-12-22 12:59:36 +01:00
parent f260f35c20
commit 687066ca7a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#define AX25_MIN_FRAME_LEN 18
#ifndef CUSTOM_FRAME_SIZE
#define AX25_MAX_FRAME_LEN 620
#define AX25_MAX_FRAME_LEN 330
#else
#define AX25_MAX_FRAME_LEN CUSTOM_FRAME_SIZE
#endif