mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
fixed compilation error when debug flag was set.
This commit is contained in:
parent
5ec6412fbc
commit
f041a2eada
@ -529,7 +529,7 @@ reserve(const char *name, coffee_page_t pages, int allow_duplicates)
|
||||
write_header(&hdr, page);
|
||||
|
||||
PRINTF("Coffee: Reserved %u pages starting from %u for file %s\n",
|
||||
need_pages, page, name);
|
||||
pages, page, name);
|
||||
dir_cache_add(name[0], page);
|
||||
|
||||
watchdog_start();
|
||||
|
Loading…
Reference in New Issue
Block a user