X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fcommand.h;h=6f94d6b3eab1264ec88d2fb5ba81e3a741c54e50;hp=2a751a83e2fb34b484492f81ccc223dc3aab9d13;hb=d7ad826230d336ad7b7bd20e47dccc26d7ad456f;hpb=eddb0eb08f187dc156a6cb51878104df67d97436 diff --git a/firmware/include/command.h b/firmware/include/command.h index 2a751a8..6f94d6b 100644 --- a/firmware/include/command.h +++ b/firmware/include/command.h @@ -110,6 +110,8 @@ void txword(unsigned int l); //! Transmit a debug string. void debugstr(const char *str); +//! brief Debug a hex word string. +void debughex(u16 v); //! Delay for a count. void delay(unsigned int count);