From: Joseph C. Lehner Date: Thu, 18 Feb 2016 21:23:00 +0000 (+0100) Subject: Doc updates X-Git-Tag: v0.9.3~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb8143470f8b8dbe9b1494f3ff05d309288cc8fb;p=oweals%2Fnmrpflash.git Doc updates --- diff --git a/nmrp.c b/nmrp.c index 327bf81..9b05861 100644 --- a/nmrp.c +++ b/nmrp.c @@ -82,7 +82,9 @@ struct nmrp_msg { uint8_t code; uint8_t id; uint16_t len; + /* only opts[0] is valid! think of this as a char* */ struct nmrp_opt opts[NMRP_MAX_OPT_NUM]; + /* this is NOT part of the transmitted packet */ uint32_t num_opts; } PACKED;