From d7cb8b93e8cab23245b7410279ee11c6dc0f08d7 Mon Sep 17 00:00:00 2001 From: Nils Bosbach Date: Sat, 17 Aug 2024 09:48:20 +0200 Subject: [PATCH] Update gpio model name & namespace The vcml::generic::gpio model got relocated and renamed to vcml::gpio::mmgpio. --- src/avp64/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avp64/system.h b/src/avp64/system.h index fc4c6f9..2f41c00 100644 --- a/src/avp64/system.h +++ b/src/avp64/system.h @@ -134,7 +134,7 @@ class system : public vcml::system vcml::meta::simdev m_simdev; vcml::generic::hwrng m_hwrng; vcml::spi::ocspi m_spi; - vcml::generic::gpio m_gpio; + vcml::gpio::mmgpio m_gpio; vcml::spi::max31855 m_max31855; vcml::timers::rtc1742 m_rtc; vcml::can::bus m_canbus;