Commit b887cdc1 authored by root's avatar root

disabled tracing

parent f4bbafea
......@@ -13,7 +13,12 @@
#define UART_BAUDRATE 0 /* not a real UART */
#define GPIO_PIN_LED (0)
#define GPIO_PIN_LED 0
#define GPIO_PIN_SCL_OUT 1
#define GPIO_PIN_SDA_OUT 2
#define GPIO_PIN_SDA_IN 3
#define GPIO_PIN_BTN1 4
#define GPIO_PIN_BTN2 5
static inline int delay(int x)
{
......
//#ifndef __TRACE_H__
//#define __TRACE_H__
#define MSGS_PROTO 1 // PTPWRd/protocol.c
#define MSGS_WRPROTO 1 // PTPWRd/wr_protocol.c
#define MSGS_WRSERVO 1 // PTPWRd/dep/wr_servo.c
#define MSGS_PROTO 0 // PTPWRd/protocol.c
#define MSGS_WRPROTO 0 // PTPWRd/wr_protocol.c
#define MSGS_WRSERVO 0 // PTPWRd/dep/wr_servo.c
#define MSGS_MSG 0 // PTPWRd/dep/msg.c PTPWRd/dep/startup.c
#define MSGS_NET 0 // PTPWRd/dep/net.c
#define MSGS_ERR 1
#define MSGS_ERR 0
#define MSGS_BMC 0 // PTPWRd/bmc.c
#define MSGS_PTPD 0 // PTPWRd/ptpd.c
#define MSGS_WRAPPER 1 // libposix/freestanding_wrapper.c
#define MSGS_WRAPPER 0 // libposix/freestanding_wrapper.c
#define MSGS_DISPLAY 0 // libposix/freestanding_display.c
#define MSGS_DEV 1 // dev/*
#define MSGS_DEV 0 // dev/*
#if MSGS_PROTO
#define TRACE_PROTO(...) mprintf("[PROTO ]: " __VA_ARGS__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment