Page 322 - MDP2020-1
P. 322

|    인천전자마이스터고등학교  ·············································································································
            316

                *  @brief    This  function  is  executed  in  case  of  error  occurrence.
                *  @retval  None
                */
            void  Error_Handler(void)

            {
                /*  USER  CODE  BEGIN  Error_Handler_Debug  */
                /*  User  can  add  his  own  implementation  to  report  the  HAL  error  return  state  */



                /*  USER  CODE  END  Error_Handler_Debug  */
            }


            #ifdef    USE_FULL_ASSERT
            /**
                *  @brief    Reports  the  name  of  the  source  file  and  the  source  line  number

                *                  where  the  assert_param  error  has  occurred.
                *  @param    file:  pointer  to  the  source  file  name
                *  @param    line:  assert_param  error  line  source  number
                *  @retval  None

                */
            void  assert_failed(uint8_t  *file,  uint32_t  line)
            {
                /*  USER  CODE  BEGIN  6  */
   317   318   319   320   321   322   323   324   325   326   327