summaryrefslogtreecommitdiff
path: root/digital/beacon/src/misc.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-03 23:54:14 +0200
committerFlorent Duchon2012-05-04 00:06:29 +0200
commit352d48f377ebfdd17dc57a5b04cec5e71e2a452d (patch)
tree5396698f6f5e273d3799efc7dce58b7f9cd7561a /digital/beacon/src/misc.h
parent1ead3b0f14353ea5fcb756d4cc99d10d437be08b (diff)
digital/beacon: add avr reset function
Diffstat (limited to 'digital/beacon/src/misc.h')
-rw-r--r--digital/beacon/src/misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/beacon/src/misc.h b/digital/beacon/src/misc.h
index 177fa859..95bba519 100644
--- a/digital/beacon/src/misc.h
+++ b/digital/beacon/src/misc.h
@@ -26,6 +26,9 @@
#ifndef _MISC_H
#define _MISC_H
+/* This function resets the avr using the embedded watchdog */
+void reset_avr(void);
+
/* This function simulates the jack's state and send it over the air */
void jack_on_off(void);