diff options
author | Christian Pointner <equinox@spreadspace.org> | 2012-05-24 22:18:52 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2012-05-24 22:18:52 +0000 |
commit | 6386c12af8af2dc7099dca3ba3b967016bfccf0d (patch) | |
tree | aea3e4e42426518e23ed1519cbf93f16d4ab9adb /lib/util.h | |
parent | moved lib code to lib dir (diff) |
added reset2bootloader function
git-svn-id: https://svn.spreadspace.org/avr/trunk@30 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,5 +24,6 @@ #define SPREADSPACE_util_h_INCLUDED void cpu_init(void); +void reset2bootloader(void); #endif |