NJU-ProjectN / nvboard

NJU Virtual Board
Other
198 stars 38 forks source link

fix: correct function calling in emu/ example #2

Closed retrhelo closed 2 years ago

retrhelo commented 2 years ago

Fix a function name mis-matching in the example given with project. The declared function nvboard_bind_pins does not exist. It should be nvboard_bind_all_pins according to auto_bind.cpp, where it's defined.