fledge-iot / fledge

An open source platform for the Industrial Internet of Things, it acts as an edge gateway between sensor devices and cloud storage systems.

Home Page:https://www.lfedge.org/projects/fledge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect documentation for north shutdown API

jchabod opened this issue · comments

In the page https://fledge-iot.readthedocs.io/en/develop/plugin_developers_guide/04_north_plugins.html#c-c-plugins , there is a probable mistyping in example for plugin_shutdown (in C/C++ part)

uint32_t plugin_shutdown(PLUGIN_HANDLE handle)
probably should be
void plugin_shutdown(PLUGIN_HANDLE handle)

Thanks - I will get that updated.

Fixed in develop branch