vrahane commented on a change in pull request #1917: Use SMP/OMP/MCUmgr, remove newtmgr and change OICMGR to use OMP URL: https://github.com/apache/mynewt-core/pull/1917#discussion_r332298891
########## File path: sys/log/full/include/log/log.h ########## @@ -35,6 +35,18 @@ #define LOG_HDR_SIZE 15 #endif +#if MYNEWT_VAL(LOG_FLAGS_IMAGE_HASH) +#define LOG_HDR_SIZE 19 +#else +#define LOG_HDR_SIZE 15 +#endif + +#if MYNEWT_VAL(LOG_FLAGS_IMAGE_HASH) +#define LOG_HDR_SIZE 19 +#else +#define LOG_HDR_SIZE 15 +#endif + Review comment: removed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
