summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index f3d4c23e8a..253cfd0aab 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -139,6 +139,7 @@ void* plugin_get_buffer(size_t *buffer_size);
139enum plugin_status { 139enum plugin_status {
140 PLUGIN_OK = 0, 140 PLUGIN_OK = 0,
141 PLUGIN_USB_CONNECTED, 141 PLUGIN_USB_CONNECTED,
142 PLUGIN_GOTO_WPS,
142 PLUGIN_ERROR = -1, 143 PLUGIN_ERROR = -1,
143}; 144};
144 145