Added generic stream switcher functions for driver use, to avoid duplicated code.

Some minor fixes.
This commit is contained in:
Terje Io
2021-12-13 12:42:19 +01:00
parent 989d28a29b
commit d86015b154
9 changed files with 199 additions and 11 deletions
+1 -1
View File
@@ -186,6 +186,6 @@ typedef struct {
} nvs_transfer_t;
extern nvs_transfer_result_t i2c_nvs_transfer (nvs_transfer_t *i2c, bool read);
extern void my_plugin_init (void) __attribute__((weak));
extern void my_plugin_init (void);
#endif