summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/motor.c
diff options
context:
space:
mode:
authorFlorent Duchon2012-12-27 16:27:23 +0100
committerFlorent Duchon2013-02-13 21:25:03 +0100
commitf44d4427e1f0c47713a49c7b306150a048f0fb3b (patch)
treefa2e9a1e01ee21d3ace67c1ee9bd3b86c6fcf0f2 /digital/beacon/src/motor.c
parent28f3e60286ae1e272b08d47bbf13f15082752039 (diff)
digital/beacon: use common uprintf function
Diffstat (limited to 'digital/beacon/src/motor.c')
-rw-r--r--digital/beacon/src/motor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/motor.c b/digital/beacon/src/motor.c
index 55da6a21..2a54e694 100644
--- a/digital/beacon/src/motor.c
+++ b/digital/beacon/src/motor.c
@@ -23,7 +23,7 @@
*
* }}} */
-#include "debug_avr.h"
+#include "print.h"
#include "motor.h"
#include "codewheel.h"