mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 03:29:03 +08:00
The DBG_PRINTF() macro was using the GNU extension variadic macro style. Switched to standard C style variadic macro, printk() so safer for debug than printf(), and included needed files.