diff options
author | Christian Pointner <equinox@spreadspace.org> | 2013-08-17 16:52:29 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2013-08-17 16:52:29 +0000 |
commit | d581af0dcf2b2ad5b575d060b4b03a5331b34ddf (patch) | |
tree | 12d47fd65cc0c9641497f97ea0b8f019199b6913 /lib/util.h | |
parent | moved tuer-rfid to teenstep (some port pins have changed) (diff) |
added jtag_disable to make PORTF usable
git-svn-id: https://svn.spreadspace.org/avr/trunk@221 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,6 +24,7 @@ #define SPREADAVR_util_h_INCLUDED void cpu_init(void); +void jtag_disable(void); void reset2bootloader(void); #endif |