getHALErrorMessage(): Add missing CTRE errors.

Change-Id: Ifea0bd9c57d007744616c8808e8f4b1429199898
This commit is contained in:
Peter Johnson
2014-12-12 00:11:50 -08:00
parent dd272e6bcb
commit 8ae7e973f2
2 changed files with 6 additions and 0 deletions

View File

@@ -54,6 +54,10 @@ const char* getHALErrorMessage(int32_t code)
return CTR_InvalidParamValue_MESSAGE;
case CTR_UnexpectedArbId:
return CTR_UnexpectedArbId_MESSAGE;
case CTR_TxFailed:
return CTR_TxFailed_MESSAGE;
case CTR_SigNotUpdated:
return CTR_SigNotUpdated_MESSAGE;
case NiFpga_Status_FifoTimeout:
return NiFpga_Status_FifoTimeout_MESSAGE;
case NiFpga_Status_TransferAborted: