mengguang / minihdlc

Portable C library for HDLC Protocol
Apache License 2.0
46 stars 17 forks source link

Extern MINIHDLC_MAX_FRAME_LENGTH as const uint16 #3

Closed stew8908 closed 4 years ago

stew8908 commented 4 years ago

The user of this library can now define the size of the frame buffer in there target file instead of always using a fixed buffer of 64.

stew8908 commented 4 years ago

Testing this on my own I found that this syntax is not valid in c as it would be in C++.