summaryrefslogtreecommitdiff
path: root/software/avr.lib/anyio.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-02-16 23:42:27 +0000
committerChristian Pointner <equinox@mur.at>2013-02-16 23:42:27 +0000
commitfa273d5d157b817144385ee131586887c94d9b60 (patch)
tree1ba66457fb49c71842cd40fb1b1679428880d682 /software/avr.lib/anyio.c
parentadded bias pwm for RFPA 3800 power (diff)
upgraded avr buildroot
git-svn-id: https://svn.spreadspace.org/mur.sat@673 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/avr.lib/anyio.c')
-rw-r--r--software/avr.lib/anyio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/avr.lib/anyio.c b/software/avr.lib/anyio.c
index 59fa52b..6344d74 100644
--- a/software/avr.lib/anyio.c
+++ b/software/avr.lib/anyio.c
@@ -75,6 +75,7 @@ void anyio_init(const uint32_t baudrate, const uint8_t doublespeed)
{
Serial_Init(baudrate, doublespeed);
Serial_CreateStream(&serial_stream);
+ stdin = stdout = stderr = &serial_stream;
USB_Init();
CDC_Device_CreateStream(&VirtualSerial_CDC_Interface,&usb_stream);