Fix missing ui_plugin.h; add constants to eth_plugin_internals; update plugin sdk

This commit is contained in:
pscott
2021-08-18 16:42:30 +02:00
parent 145789e1a3
commit 54572a95f6
3 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
#include "eth_plugin_interface.h"
#define SELECTOR_SIZE 4
#define SELECTOR_SIZE 4
#define PARAMETER_LENGTH 32
#define RUN_APPLICATION 1
typedef bool (*PluginAvailableCheck)(void);