Revision 169b8f8e

View differences:

templates/periphAL.h
343 343
 */
344 344
void apalDbgAssert(bool c);
345 345

  
346
/**
347
 * @brief Printf function for messages printed only in debug builds.
348
 *
349
 * @param[in] fmt   Formatted string to print.
350
 */
351
void apalDbgPrintf(fmt, ...);
352

  
346 353
#ifdef __cplusplus
347 354
}
348 355
#endif

Also available in: Unified diff