mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Correct flipped names in GPIO define
This commit is contained in:
@@ -668,7 +668,7 @@ machine_at_endeavor_init(const machine_t *model)
|
||||
}
|
||||
|
||||
/* The Monaco and Atlantis share the same GPIO config */
|
||||
#define machine_at_monaco_gpio_init machine_at_atlantis_gpio_init
|
||||
#define machine_at_atlantis_gpio_init machine_at_monaco_gpio_init
|
||||
|
||||
int
|
||||
machine_at_atlantis_init(const machine_t *model)
|
||||
|
||||
Reference in New Issue
Block a user