mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-06 06:30:50 +00:00
* set max_pages to 0 when calling remove_by_page to prevent file starvation. * when allocating files, only update next_free if the allocated file starts at next_free. Thanks to Darren Moore (CSIRO) for suggesting the first two of the three changes.