fix(lwm2m): export functions for starting and stopping listeners
This commit is contained in:
parent
b6894ae4c2
commit
817abd7e93
|
@ -22,6 +22,12 @@
|
|||
, stop/1
|
||||
]).
|
||||
|
||||
-export([ start_listener/1
|
||||
, start_listener/3
|
||||
, stop_listener/1
|
||||
, stop_listener/2
|
||||
]).
|
||||
|
||||
-define(LOG(Level, Format, Args),
|
||||
logger:Level("LwM2M: " ++ Format, Args)).
|
||||
|
||||
|
|
Loading…
Reference in New Issue