Send error codes to interface chip

This commit is contained in:
jazzpi
2022-07-25 20:05:47 +02:00
parent 8cf15685b8
commit eaf86ff0ce
5 changed files with 10 additions and 27 deletions

View File

@ -57,7 +57,7 @@ typedef struct {
void Error_Handler(void);
/* USER CODE BEGIN EFP */
void AMS_Error_Handler(AMSErrorHandle);
void AMS_Error_Handler(AMSErrorHandle*);
/* USER CODE END EFP */
/* Private defines -----------------------------------------------------------*/