From e4d2ba7fa0ba67f26caff57c6fac7b9010140f8c Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Tue, 3 Jan 2012 03:31:58 +0100 Subject: [PATCH] Fix issue #21 on github. (Incorrect authorship) --- firmware/l0dable/nick_work.c | 11 +---------- firmware/l0dable/worksh.c | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/firmware/l0dable/nick_work.c b/firmware/l0dable/nick_work.c index 32a209e..2875c3d 100644 --- a/firmware/l0dable/nick_work.c +++ b/firmware/l0dable/nick_work.c @@ -1,14 +1,5 @@ /* - * geigerct.c - * - * - * Created on: 11.08.2011 - * Author: Turbo J - * - * Implements simple Geiger Counter - * Counts rising edges on P3_0 = BUSINT - * so you can directly connect the Geiger board - * from http://mightyohm.com/blog/products/geiger-counter/ + * nick_work.c - workshop nick animation * */ diff --git a/firmware/l0dable/worksh.c b/firmware/l0dable/worksh.c index 3d8341f..de9cdf6 100644 --- a/firmware/l0dable/worksh.c +++ b/firmware/l0dable/worksh.c @@ -1,14 +1,5 @@ /* - * geigerct.c - * - * - * Created on: 11.08.2011 - * Author: Turbo J - * - * Implements simple Geiger Counter - * Counts rising edges on P3_0 = BUSINT - * so you can directly connect the Geiger board - * from http://mightyohm.com/blog/products/geiger-counter/ + * worksh.c - workshop test module * */