Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / device / lib / ds390 / putchar.c
index b2df1d61d3dbd83af0c3a5dbb9201b45143688e3..8a90f60b8a061f9cda497f7327e0b3fdf3e3d30f 100644 (file)
@@ -1,36 +1,36 @@
-/*-------------------------------------------------------------------------\r
-  putchar.c - putchar implementation for DS80C390\r
-\r
-   Written By - Maarten Brock, sourceforge.brock@dse.nl\r
-\r
-   This program is free software; you can redistribute it and/or modify it\r
-   under the terms of the GNU General Public License as published by the\r
-   Free Software Foundation; either version 2, or (at your option) any\r
-   later version.\r
-\r
-   This program is distributed in the hope that it will be useful,\r
-   but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-   GNU General Public License for more details.\r
-\r
-   You should have received a copy of the GNU General Public License\r
-   along with this program; if not, write to the Free Software\r
-   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\r
-\r
-   In other words, you are welcome to use, share and improve this program.\r
-   You are forbidden to forbid anyone else to use, share and improve\r
-   what you give them.   Help stamp out software-hoarding!\r
--------------------------------------------------------------------------*/\r
-\r
-#include <tinibios.h>\r
-#include <stdio.h>\r
-\r
-void putchar (char c)\r
-{\r
-       Serial0PutChar(c);\r
-}\r
-\r
-extern char getchar(void)\r
-{\r
-       return Serial0GetChar();\r
-}\r
+/*-------------------------------------------------------------------------
+  putchar.c - putchar implementation for DS80C390
+
+   Written By - Maarten Brock, sourceforge.brock@dse.nl
+
+   This program is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published by the
+   Free Software Foundation; either version 2, or (at your option) any
+   later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+   In other words, you are welcome to use, share and improve this program.
+   You are forbidden to forbid anyone else to use, share and improve
+   what you give them.   Help stamp out software-hoarding!
+-------------------------------------------------------------------------*/
+
+#include <tinibios.h>
+#include <stdio.h>
+
+void putchar (char c)
+{
+       Serial0PutChar(c);
+}
+
+extern char getchar(void)
+{
+       return Serial0GetChar();
+}