Skip to content

Commit

Permalink
Update gpio model name & namespace
Browse files Browse the repository at this point in the history
The vcml::generic::gpio model got relocated and renamed to vcml::gpio::mmgpio.
  • Loading branch information
nbosb authored Aug 17, 2024
1 parent 3eca2e8 commit d7cb8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avp64/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d7cb8b9

Please sign in to comment.