From 2311974788bc3b7f87c9fa0662bc95906b06e596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 21 May 2017 13:03:07 +0000 Subject: [PATCH] fix copyright message --- BaS_gcc/tos/jtagwait/sources/jtagwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/tos/jtagwait/sources/jtagwait.c b/BaS_gcc/tos/jtagwait/sources/jtagwait.c index f9426bc..cf946ae 100644 --- a/BaS_gcc/tos/jtagwait/sources/jtagwait.c +++ b/BaS_gcc/tos/jtagwait/sources/jtagwait.c @@ -87,7 +87,7 @@ void wait_for_jtag(void) int main(int argc, char *argv[]) { printf("\033E\r\nFPGA JTAG configuration support\r\n"); - printf("\xbd 2014 M. Fr\x94schle\r\n"); + printf("\xbd 2014 M. Froeschle\r\n"); printf("You may now savely load a new FPGA configuration through the JTAG interface\r\n" "and your Firebee will reboot once finished using that new configuration.\r\n");