提交 e7758fb7 作者: 高增攀

初版

上级 8ff8ec45
......@@ -604,7 +604,7 @@
<option>
<name>OOCOutputFormat</name>
<version>2</version>
<state>2</state>
<state>1</state>
</option>
<option>
<name>OCOutputOverride</name>
......@@ -612,7 +612,7 @@
</option>
<option>
<name>OOCOutputFile</name>
<state>DcPillar.bin</state>
<state>DcPillar.hex</state>
</option>
<option>
<name>OOCCommandLineProducer</name>
......
......@@ -41,7 +41,6 @@ const StructTCUCommuParam TCUCommuParam =
void TCURecvProcess(void)
{
StructTCUSend pPgnRecv;
if (pdTRUE != xQueueReceive(TCUMsg, &pPgnRecv, 0))
return;
......
......@@ -120,8 +120,8 @@ int main(void)
osThreadDef(Thd_Charge_B, Thd_Charge_B, osPriorityHigh, 0, 2*configMINIMAL_STACK_SIZE);
osThreadCreate(osThread(Thd_Charge_B), NULL);
osThreadDef(Thd_Mult, Thd_Mult, osPriorityNormal, 0, configMINIMAL_STACK_SIZE);
osThreadCreate(osThread(Thd_Mult), NULL);
//osThreadDef(Thd_Mult, Thd_Mult, osPriorityNormal, 0, configMINIMAL_STACK_SIZE);
// osThreadCreate(osThread(Thd_Mult), NULL);
osThreadDef(Thd_Lcd, Thd_Lcd, osPriorityNormal, 0, 2*configMINIMAL_STACK_SIZE);
osThreadCreate(osThread(Thd_Lcd), NULL);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论