summaryrefslogtreecommitdiff
path: root/inc/co2.h
blob: 093ba48d3618b28d122d23ac69c40f6968f62bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __co2_H__
#define __co2_H__

#include <dlog.h>

#ifdef  LOG_TAG
#undef  LOG_TAG
#endif
#define LOG_TAG "co2"


#endif /* __co2_H__ */