forked from Imagelibrary/rtems
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.
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.