no sys.h required

This commit is contained in:
NIIBE Yutaka
2013-05-24 09:37:06 +09:00
parent d0f07a3e10
commit 6209b54ffd
4 changed files with 2 additions and 43 deletions

View File

@@ -20,13 +20,11 @@ set_led (int on)
return (*func) (on);
}
#if 0
static inline void
flash_unlock (void)
{
(*vector[3]) ();
}
#endif
static inline int
flash_program_halfword (uint32_t addr, uint16_t data)