diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-05-16 20:16:33 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-05-16 20:16:33 +0800 |
commit | 859179718904a1824082fdbbf77192bd1ce762e7 (patch) | |
tree | 2869db33b8c21416676d6fc01eb65a079c318f83 /devicemon.hrl | |
download | local-859179718904a1824082fdbbf77192bd1ce762e7.tar.gz local-859179718904a1824082fdbbf77192bd1ce762e7.tar.bz2 local-859179718904a1824082fdbbf77192bd1ce762e7.zip |
First commit
Diffstat (limited to 'devicemon.hrl')
-rw-r--r-- | devicemon.hrl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devicemon.hrl b/devicemon.hrl new file mode 100644 index 0000000..b983b5d --- /dev/null +++ b/devicemon.hrl @@ -0,0 +1,2 @@ +-record(device,{type,state=[0,0,0,0]}). +-define(ADDRANGE,10).
\ No newline at end of file |