diff options
author | Jeonghoon Park <jh1979.park@samsung.com> | 2018-07-17 14:16:56 +0900 |
---|---|---|
committer | Jeonghoon Park <jh1979.park@samsung.com> | 2018-07-17 14:16:56 +0900 |
commit | 1699e23185e5514829f928f5ba93fdea1bc6b510 (patch) | |
tree | 4d69ebe917e14978715046d72f1622755242b387 | |
parent | 4313cd21d896d03b4a8c678f7cc76073bfad368d (diff) | |
download | st-things-co2-meter-1699e23185e5514829f928f5ba93fdea1bc6b510.tar.gz st-things-co2-meter-1699e23185e5514829f928f5ba93fdea1bc6b510.tar.bz2 st-things-co2-meter-1699e23185e5514829f928f5ba93fdea1bc6b510.zip |
remove unused file
-rw-r--r-- | inc/thing.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/inc/thing.h b/inc/thing.h deleted file mode 100644 index 76a935a..0000000 --- a/inc/thing.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * thing.h - * - * Created on: Jul 6, 2018 - * Author: jpark - */ - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -void init_thing(); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ |