Page 268 - MDP2020-1
P. 268

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

            #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  */
                /*  User  can  add  his  own  implementation  to  report  the  file  name  and  line  number,
                      tex:  printf("Wrong  parameters  value:  file  %s  on  line  %d\r\n",  file,  line)  */
                /*  USER  CODE  END  6  */
            }
            #endif  /*  USE_FULL_ASSERT  */


            /************************  (C)  COPYRIGHT  STMicroelectronics  *****END  OF  FILE****/
   263   264   265   266   267   268   269   270   271   272   273