jacobrosenthal commented on a change in pull request #281: imgmgr: add erase command, remove erase from upload command URL: https://github.com/apache/incubator-mynewt-core/pull/281#discussion_r119244347
########## File path: sys/flash_map/src/flash_map.c ########## @@ -21,6 +21,7 @@ #include <string.h> #include <assert.h> +#include <os/os.h> Review comment: yes for min, though that could be duplicated so os isnt needed, or put somewhere else ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
