4445464748495051525354
super(mote); } @Override protected USARTSource getUSARTSource(MspMote mote) { USARTSource usart = mote.getCPU().getRegistry().getComponent(USARTSource.class, "serialio"); if (usart != null) { return usart; } return super.getUSARTSource(mote); }