diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/Makefile | 2 | ||||
-rw-r--r-- | firmware/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index a0b48bb..03cf6e0 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -6,7 +6,7 @@ # Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH # License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt) # -# Edited by Daniel Friesel +# Edited by Birte Friesel MCU ?= attiny2313 AVRDUDE_PROGRAMMER ?= usbasp diff --git a/firmware/main.c b/firmware/main.c index 9fa542f..0b02561 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH - * and (c) 2016 by Daniel Friesel + * and (c) 2016 by Birte Friesel * License: GNU GPL v2 */ |