diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,3 +5,4 @@ Makefile *.so nbproject/private *.tar.gz +nbproject @@ -51,5 +51,5 @@ static CtlSectionT ctlSections[]= { int err = CtlConfigExec (ctlConfig); ``` -For sample usage look at https://github.com/iotbzh/afb-controller +For sample usage look at https://github.com/fulup-bzh/ctl-utilities |