WellDone / MoMo-Firmware

Embedded PIC Firmware and hardware designs for the WellDone Mobile Monitor (MoMo).
welldone.org
Other
8 stars 6 forks source link

Fix the build #183

Closed amcgee closed 9 years ago

amcgee commented 9 years ago

Fix the build by importing ControllerBlock, which was removed from the momo tool import list in the most recent pymomo version.

timburke commented 9 years ago

Also, we should remove:

from pymomo.utilities.typedargs.types import *

in controllerblock.py

Nothing should be importing types directly like that. Those types are meant to be accessed via the type_system. I'm not sure why I had that code in there but it looks like a leftover remnant from before there was a good way to convert and format types via type_system.

amcgee commented 9 years ago

Updated. The controllerblock.py change will go in pymomo

amcgee commented 9 years ago

Merging.