LAPTOP-SNT8I5JK\Boounion
2025-03-19 f631abac11b6d7c8091ed28b838a5d1f50e24825
SourceCode/Bond/Servo/CLoadPort.cpp
@@ -67,7 +67,9 @@
   {
      CPin* pOutPin = getPin("Out");
      CSample* pSample = new CSample();
      pOutPin->sendSample(pSample);
      CIntent intent;
      intent.setCode(1);
      intent.setMsg("Hello");
      pOutPin->sendIntent(&intent);
   }
}