X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fkdebug.c;h=72445cf95eed70bed43022f930566133f1f43ca6;hb=5d9baf2f9af1bc4f68231d12aab08844551c6820;hp=4e01c893a4632cb004219623058d31d75dbff35f;hpb=64ec57dfc9f9df19973aefb8f03dfaad48a83014;p=bertos.git diff --git a/drv/kdebug.c b/drv/kdebug.c index 4e01c893..72445cf9 100755 --- a/drv/kdebug.c +++ b/drv/kdebug.c @@ -16,6 +16,11 @@ /* * $Log$ + * Revision 1.5 2004/06/27 15:20:26 aleph + * Change UNUSED() macro to accept two arguments: type and name; + * Add macro GNUC_PREREQ to detect GCC version during build; + * Some spacing cleanups and typo fix + * * Revision 1.4 2004/06/06 18:09:51 bernie * Import DSP56800 changes; Print broken wall bricks in hex. * @@ -134,7 +139,7 @@ void kdbg_init(void) /*! * Output one character to the debug console */ -static void kputchar(char c, UNUSED(void *unused)) +static void kputchar(char c, UNUSED(void *, unused)) { /* Poll while serial buffer is still busy */ KDBG_WAIT_READY();