Browse Source

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

fujiankuan 2 years ago
parent
commit
7d156a5997
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/decition/decition_brain_sf_Jeely_xingyueL/decition/brain.cpp

+ 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);