From: Dean Camera Date: Fri, 8 Apr 2011 05:05:05 +0000 (+0000) Subject: Correct UC3 global interrupt functions. X-Git-Tag: LUFA-110528-BETA~11 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/de9bd767dc8578a45a195fb1e37dd4ff26ae9567?ds=inline;hp=de9bd767dc8578a45a195fb1e37dd4ff26ae9567 Correct UC3 global interrupt functions. Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function. Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input. ---