From ea6526f7db586e190b89f68826b5b07a90721728 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sat, 21 Apr 2012 17:12:09 +0200 Subject: digital/beacon: fix comment --- digital/beacon/src/debug_avr.c | 2 +- digital/beacon/src/debug_avr.h | 4 ++-- digital/beacon/src/debug_simu.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'digital') diff --git a/digital/beacon/src/debug_avr.c b/digital/beacon/src/debug_avr.c index 50dcb1f6..00568628 100644 --- a/digital/beacon/src/debug_avr.c +++ b/digital/beacon/src/debug_avr.c @@ -1,4 +1,4 @@ -/* debug.c */ +/* debug_avr.c */ /* Beacon debug interface. {{{ * * Copyright (C) 2012 Florent Duchon diff --git a/digital/beacon/src/debug_avr.h b/digital/beacon/src/debug_avr.h index add62690..78639d74 100644 --- a/digital/beacon/src/debug_avr.h +++ b/digital/beacon/src/debug_avr.h @@ -1,5 +1,5 @@ -/* debug.h */ -/* Macro for debug traces. {{{ +/* debug_avr.h */ +/* Macro for debug traces for avr target. {{{ * * Copyright (C) 2011 Florent Duchon * diff --git a/digital/beacon/src/debug_simu.h b/digital/beacon/src/debug_simu.h index 35c7b346..91f95413 100644 --- a/digital/beacon/src/debug_simu.h +++ b/digital/beacon/src/debug_simu.h @@ -1,5 +1,5 @@ -/* debug.h */ -/* Macro for debug traces. {{{ +/* debug_simu.h */ +/* Macro for debug traces for beacon simulator. {{{ * * Copyright (C) 2011 Florent Duchon * -- cgit v1.2.3