From b56dcf06e561729f87670d32f3b75c4aeddfee29 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 17 Jun 2008 22:57:36 +0200 Subject: * digital/avr/modules/utils: - updated doc. --- digital/avr/modules/utils/utils.avr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'digital/avr/modules/utils/utils.avr.h') 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 -/** 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 -- cgit v1.2.3