Skip to content
Snippets Groups Projects
Commit 6f21234b authored by Martin Eisenmann's avatar Martin Eisenmann
Browse files

Cleared fixme


Signed-off-by: default avatarEisenmann <eisenmann@fortiss.org>
parent f162e24d
Branches preinstalled-libs
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ CanConnectorGeneratorExtension.java 900c836414d63ccf2cba904b396e4d5b2efe51a5 YEL
CanTransmissionCatalog.java f678cb0f16d4ba46a0f5ae5dd35b569c1211f499 YELLOW
ConsoleOutputGeneratorExtension.java 1246aa81a2865a798207f13e66bfeebc8fbf0cb8 YELLOW
MainGenerator.java f241e63e8ebb6a3ecc955fe503369dde1d4b89c3 YELLOW
MultiUnitMainGenerator.java 11c78dc068c5446b3e6b92ca688549b065f95071 RED
MultiUnitMainGenerator.java b72c221bd1c45e18e8be9e63d42e92b86aef51ac YELLOW
PWMActuatorGeneratorExtension.java a4925aac8b6b7d650ef60fca32b18bba894c3b03 YELLOW
RaspberryPIGeneratorExtension.java e47fb8e892354505fce0e388fd362d789f686fb6 YELLOW
SingleUnitMainGenerator.java 772c368ade02ebc703a8fc8f329b6748bcce72be YELLOW
......@@ -139,7 +139,6 @@ class MultiUnitMainGenerator extends MainGenerator {
for(OutputPort outport : c.getOutputPorts()) {
if(atomicOutputToTransmitter.containsKey(outport)) {
// deployed to hardware
// FIXME: an atomic output might be needed remotely and on HW
continue;
}
String portVar = af3PortName(outport);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment