mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
no need to initialize serial line
This commit is contained in:
parent
892bfb5678
commit
1c031504e5
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: testserial.c,v 1.5 2009/03/21 15:47:40 fros4943 Exp $
|
||||
* $Id: testserial.c,v 1.6 2009/04/01 13:46:16 fros4943 Exp $
|
||||
*/
|
||||
|
||||
#include "contiki.h"
|
||||
@ -45,9 +45,6 @@ PROCESS_THREAD(test_serial_process, ev, data)
|
||||
|
||||
etimer_set(&et, CLOCK_SECOND);
|
||||
|
||||
/* Start serial process */
|
||||
serial_line_init();
|
||||
|
||||
while(1) {
|
||||
PROCESS_WAIT_EVENT();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user