From 54d37ea7800f130dd5eff0273ff68149e8e14a30 Mon Sep 17 00:00:00 2001 From: pichenettes Date: Fri, 6 May 2011 00:58:52 +0200 Subject: [PATCH] Optimized ops are enabled by default --- op.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op.h b/op.h index c51991d..fd4d95d 100755 --- a/op.h +++ b/op.h @@ -21,6 +21,8 @@ #ifndef AVRLIB_OP_H_ #define AVRLIB_OP_H_ +#define USE_OPTIMIZED_OP + #include #include "avrlib/base.h"