Work on motor rod
This commit is contained in:
parent
b0ca15bd8d
commit
c33c6e24f6
|
@ -522,3 +522,8 @@ module bolex_stand () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PART="rod";
|
||||||
|
|
||||||
|
if (PART == "rod") {
|
||||||
|
rod();
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue