Ignore:
Timestamp:
Jul 20, 2017, 2:24:37 PM (7 years ago)
Author:
max@…
Message:

Use IMPL_TXT_RS2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_drivers.c

    r252 r254  
    3131void hal_drivers_txt_init(chdev_t *txt, uint32_t impl)
    3232{
     33        if (impl != IMPL_TXT_RS2) {
     34                x86_panic("undefined TXT device implementation");
     35        }
     36
    3337        txt_rs232_init(txt);
    3438}
Note: See TracChangeset for help on using the changeset viewer.