aboutsummaryrefslogtreecommitdiff
path: root/example-led/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'example-led/sys.h')
-rw-r--r--example-led/sys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/example-led/sys.h b/example-led/sys.h
index bb1ea71..1f5b602 100644
--- a/example-led/sys.h
+++ b/example-led/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)