From f06fcac502619bc7f6155aa75947dc4340efccd5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 12 Jun 2010 22:54:11 -0400 Subject: good quality vga leaf logo; usb+systick disabled refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers. --- libmaple/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple/util.c') diff --git a/libmaple/util.c b/libmaple/util.c index a7eb831..36173ee 100644 --- a/libmaple/util.c +++ b/libmaple/util.c @@ -54,7 +54,7 @@ void _fail(const char* file, int line, const char* exp) { nvic_disable_interrupts(); /* Turn off timers */ - timers_disable(); + timer_disable_all(); /* Turn off ADC */ adc_disable(); -- cgit v1.2.3