提交 e7758fb7 作者: 高增攀

初版

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