brolan-juul commented on a change in pull request #2052: FCB Rotate Notification URL: https://github.com/apache/mynewt-core/pull/2052#discussion_r336918343
########## File path: fs/fcb/include/fcb/fcb.h ########## @@ -100,6 +101,7 @@ int fcb_append_finish(struct fcb *, struct fcb_entry *append_loc); typedef int (*fcb_walk_cb)(struct fcb_entry *loc, void *arg); int fcb_walk(struct fcb *, struct flash_area *, fcb_walk_cb cb, void *cb_arg); int fcb_getnext(struct fcb *, struct fcb_entry *loc); +int fcb_getnext_sector(struct fcb *fcb, struct fcb_entry *loc); Review comment: Good catch. 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
