ek-lm4f120xl: removed unused debugging macros
This commit is contained in:
parent
9166d1d280
commit
d5e356a90f
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user