Bug Fixes

This commit is contained in:
Noah Piqué
2021-10-11 22:15:38 +02:00
parent 65a219411e
commit 6b7bb4593e
20 changed files with 3823 additions and 3732 deletions

View File

@ -139,7 +139,7 @@ BOOL PECO_boInitializeModule( VOID )
{
BOOL boOK = TRUE;
boOK &= ((m_pstThreadID = osThreadNew( PECO_vTask, NULL, &stTaskAttribute )) == NULL ) ? FALSE : TRUE;
//boOK &= ((m_pstThreadID = osThreadNew( PECO_vTask, NULL, &stTaskAttribute )) == NULL ) ? FALSE : TRUE;
boSetPeltierVoltage(0);