Move LEM1802 to HWI 0 for compatibility

This commit is contained in:
Maurizio Porrato 2021-02-13 15:39:07 +00:00
parent 04d09c68dc
commit c6b820cc8b
1 changed files with 3 additions and 3 deletions

View File

@ -14,15 +14,15 @@ extern struct dev_entry clock_dev;
#endif #endif
struct dev_entry *iodevs[] = { struct dev_entry *iodevs[] = {
#ifdef DEV_DEBUG
&debug_dev,
#endif
#ifdef DEV_LEM1802 #ifdef DEV_LEM1802
&lem1802_dev, &lem1802_dev,
&keyboard_dev, &keyboard_dev,
#endif #endif
#ifdef DEV_CLOCK #ifdef DEV_CLOCK
&clock_dev, &clock_dev,
#endif
#ifdef DEV_DEBUG
&debug_dev,
#endif #endif
NULL NULL
}; };