summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/utils/utils.avr.h
diff options
context:
space:
mode:
authorNicolas Schodet2008-06-17 22:57:36 +0200
committerNicolas Schodet2008-06-17 22:57:36 +0200
commitb56dcf06e561729f87670d32f3b75c4aeddfee29 (patch)
treead27af7f888088605ed2f15671cbc31ed45fd84f /digital/avr/modules/utils/utils.avr.h
parent6d80ec02ad6e02058b80e8cb3072d66350e82681 (diff)
* digital/avr/modules/utils:
- updated doc.
Diffstat (limited to 'digital/avr/modules/utils/utils.avr.h')
-rw-r--r--digital/avr/modules/utils/utils.avr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/digital/avr/modules/utils/utils.avr.h b/digital/avr/modules/utils/utils.avr.h
index b42e92f3..efe9eaa1 100644
--- a/digital/avr/modules/utils/utils.avr.h
+++ b/digital/avr/modules/utils/utils.avr.h
@@ -27,10 +27,10 @@
#include <avr/wdt.h>
-/** Helper macro to build register value. Call it like this :
- *
- * TCCR0 = regv (FOC0, WGM00, COM01, COM0, WGM01, CS02, CS01, CS00,
- * 0, 0, 0, 0, 0, 1, 1, 1);
+/** Helper macro to build register value. Call it like this::
+ *
+ * TCCR0 = regv (FOC0, WGM00, COM01, COM0, WGM01, CS02, CS01, CS00,
+ * 0, 0, 0, 0, 0, 1, 1, 1);
*
* The macro check that the bits are given in the right order and compute the
* register value. If the bits are false, the compiler will generate an