summaryrefslogtreecommitdiff
path: root/digital/avr
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-11-10 21:12:22 +0100
committerNélio Laranjeiro2008-11-10 21:12:22 +0100
commitdd1bb1f6773e6920eec18c246302e5ab899bb91d (patch)
treeda71582195e198099a17e0e6ba331ca9cc2142d3 /digital/avr
parente2b76c46c6d26d26b1666f94f4d22fb2e7cb0f86 (diff)
avr/modules/trace: Removed the mail on the header file.
Diffstat (limited to 'digital/avr')
-rw-r--r--digital/avr/modules/trace/trace.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/digital/avr/modules/trace/trace.h b/digital/avr/modules/trace/trace.h
index d2077d66..0c6df03d 100644
--- a/digital/avr/modules/trace/trace.h
+++ b/digital/avr/modules/trace/trace.h
@@ -24,10 +24,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* }}} */
-/** File based on work done by Neil Booth <NeilB at earthling dot net>
+/**
* You can find the example on the website :
* http://gcc.gnu.org/ml/gcc-patches/2000-11/msg00016.html
- * Thanks to him.
*/
#define PASTE_EXPAND(a, b) PASTE(a, b)