ek-lm4f120xl: removed unused debugging macros

This commit is contained in:
Oleg Hahm 2015-08-04 17:48:26 +02:00
parent 9166d1d280
commit d5e356a90f

View File

@ -64,16 +64,6 @@ extern "C" {
#define LED_RED_TOGGLE /* not available */
/* @} */
/**
* @name Macros defined for quick debugging purposes.
* @{
*/
#define TRACE printf("TRACE %s:%d: %s\n", __FILE__, __LINE__, __FUNCTION__)
#define VAL_I(x) printf(#x ": %d\n",x);
#define VAL_X(x) printf(#x ":0x%X\n", (unsigned int)x);
#define VAL_S(x) printf(#x ":%s\n", x);
/* @} */
/**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/