Commit ecd16d2a authored by lcgamboa's avatar lcgamboa

chg: initial support to second serial in PIC !minor

parent 3b4b6a43
......@@ -4,7 +4,7 @@
########################################################################
Copyright (c) : 2010-2017 Luis Claudio Gambôa Lopes
Copyright (c) : 2010-2020 Luis Claudio Gambôa Lopes
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
......@@ -32,6 +32,7 @@ void
board_pic::MSetSerial(const char * port)
{
pic_set_serial (&pic,0, port, 0, 0, 0);
pic_set_serial (&pic,1, "", 0, 0, 0);
}
int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment