Kashub's Code Barn - "sad"

podświetlone jako qbasic (dodał(a) asddsa @ 2023-01-26 08:28:20)

Twoja wyszukiwarka
Parcel ABC
Podświetl ten kod w:
Ostatnio dodane:
Losowe wpisy:
 
#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 can add his own implementation TO report the file NAME AND LINE number,
     ex: printf("Wrong parameters value: file %s on line %d", file, LINE) */
 
	sysLogFAULT(HFAULT, "ASSER_FAILED: file: %c line: %u", file, LINE);
  /* Infinite LOOP */
  WHILE (1)
  {
  }
}
#endif
| Sklep z oponami | | Opony specjalne | | Kamery IP sklep | | Sklep z artykułami dla zwierząt | | Programista PHP | | Darmowe Blogi | | Gdzie przenieść blog za darmo? | | Kody programów | | Gnieżdżewo | | Opisy na Facebooka |