Fix tty driver for Olimex MSP430-JTAG-ISO.

This commit is contained in:
Daniel Beer 2012-03-02 14:19:39 +13:00
parent e79d102937
commit f5f50d0fea
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ static device_t fet_open_olimex_iso(const struct device_args *args)
transport_t trans;
if (args->flags & DEVICE_FLAG_TTY)
trans = uif_open(args->path, UIF_TYPE_FET);
trans = uif_open(args->path, UIF_TYPE_OLIMEX_ISO);
else
trans = olimex_iso_open(args->path, args->requested_serial);