diff options
Diffstat (limited to 'dashboard/inc/dashboard.h')
-rw-r--r-- | dashboard/inc/dashboard.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dashboard/inc/dashboard.h b/dashboard/inc/dashboard.h new file mode 100644 index 0000000..dbedae2 --- /dev/null +++ b/dashboard/inc/dashboard.h @@ -0,0 +1,12 @@ +#ifndef __DASHBOARD_H__ +#define __DASHBOARD_H__ + +#include <dlog.h> + +#ifdef LOG_TAG +#undef LOG_TAG +#endif +#define LOG_TAG "DASHBOARD" + + +#endif |