Skip to content

Commit

Permalink
[gpio] Fix missing GPIO connector files for Hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed May 7, 2020
1 parent 82e95c4 commit aaae1d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modm/platform/gpio/hosted/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ def build(env):
env.template("base.hpp.in")
env.template("unused.hpp.in")
env.copy("../common/inverted.hpp", "inverted.hpp")
env.copy("../common/connector.hpp", "connector.hpp")
env.template("../common/connector_detail.hpp.in", "connector_detail.hpp")

0 comments on commit aaae1d1

Please sign in to comment.