From 6386c12af8af2dc7099dca3ba3b967016bfccf0d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 24 May 2012 22:18:52 +0000 Subject: added reset2bootloader function git-svn-id: https://svn.spreadspace.org/avr/trunk@30 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- lib/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util.h') diff --git a/lib/util.h b/lib/util.h index 15204b1..77afa2e 100644 --- a/lib/util.h +++ b/lib/util.h @@ -24,5 +24,6 @@ #define SPREADSPACE_util_h_INCLUDED void cpu_init(void); +void reset2bootloader(void); #endif -- cgit v1.2.3