fixes and enhancements

This commit is contained in:
NIIBE Yutaka
2010-09-10 01:25:44 +09:00
parent 338b4eac03
commit 0335fde78b
10 changed files with 144 additions and 19 deletions

View File

@@ -307,3 +307,10 @@ flash_key_release (const uint8_t *key_addr)
{
(void)key_addr;
}
void
flash_clear_halfword (uint32_t addr)
{
flash_program_halfword (addr, 0);
}