fix serial number initialization

This commit is contained in:
NIIBE Yutaka
2011-05-11 16:47:26 +09:00
parent 2fbdeb8d89
commit 995961a593
3 changed files with 6 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ enum flash_status
FLASH_TIMEOUT
};
static void
void
flash_unlock (void)
{
FLASH->KEYR = FLASH_KEY1;