Skip to content

Commit

Permalink
Fix file name to copy in module.lb
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wolfram committed Sep 26, 2020
1 parent 8b59f92 commit 44d89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/platform/eth/stm32/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ def build(env):

env.copy("eth.hpp")
env.copy("eth_impl.hpp")
env.copy("lan820a.hpp")
env.copy("lan8720a.hpp")
env.copy("freertos_networkinterface.cpp")

0 comments on commit 44d89dd

Please sign in to comment.