diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-05-24 09:37:06 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-05-24 09:37:06 +0900 |
commit | 6209b54ffd3abba848d1ef663a16b0590b1c70cb (patch) | |
tree | f9b6839c781ee38d576ecece5d521de0dc951fb2 /example-cdc | |
parent | d0f07a3e109baf619cf654bd2f2d79c74c14a277 (diff) |
no sys.h required
Diffstat (limited to 'example-cdc')
-rw-r--r-- | example-cdc/sys.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example-cdc/sys.h b/example-cdc/sys.h index bb1ea71..1f5b602 100644 --- a/example-cdc/sys.h +++ b/example-cdc/sys.h @@ -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) |