Răsfoiți Sursa

修正平板和控制代码交互的一个bug

fujiankuan 2 ani în urmă
părinte
comite
7d156a5997

+ 2 - 0
src/decition/decition_brain_sf_Jeely_xingyueL/decition/brain.cpp

@@ -126,6 +126,8 @@ iv::decition::BrainDecition::BrainDecition()
     mpaDecition = iv::modulecomm::RegisterSend(gstrmemdecition.data(),10*sizeof(iv::decition::DecitionBasic),1);
 
     mpaHMI = iv::modulecomm::RegisterRecv("hmi",iv::decition::ListenHMI);
+	
+	void * ppad = iv::modulecomm::RegisterRecv("pad",iv::decition::ListenHMI);
 
     mpaPlatform = iv::modulecomm::RegisterRecv("platformfrom",iv::decition::ListenPlatform);