From 0f8cd797d6fbcb44c5cb88d409796ea0a8a9655f Mon Sep 17 00:00:00 2001 From: Eve Entropia Date: Sat, 3 Apr 2010 22:50:45 +0200 Subject: [PATCH] Add credit --- projekte/protothreads/example.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projekte/protothreads/example.c b/projekte/protothreads/example.c index 6334bb3..82844a4 100644 --- a/projekte/protothreads/example.c +++ b/projekte/protothreads/example.c @@ -1,3 +1,5 @@ +/* based on example-small.c in the protothreads tarball */ + #include "avr/io.h" #include "util/delay.h"