LED blink

This commit is contained in:
NIIBE Yutaka
2010-12-09 10:12:54 +09:00
parent 8d7abb6108
commit e9e0b0f571
11 changed files with 174 additions and 59 deletions

View File

@@ -280,7 +280,7 @@ flash_data_pool_allocate (size_t size)
if (is_data_pool_full (size))
if (flash_copying_gc () < 0 || /*still*/ is_data_pool_full (size))
fatal ();
fatal (FATAL_FLASH);
p = last_p;
last_p += size;