diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-15 13:34:17 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-16 16:00:50 +0200 |
commit | 999340f641477f94e3730e53d8a8bf39fe93b0c4 (patch) | |
tree | 20fad1c4a16336e512a3035b51e9ac239dfb73eb /HAL-afb/HAL_MOST_UNICENS/wrap_unicens.h | |
parent | 4aec17e1d42c1b0f3f628342bf24120299a0c819 (diff) |
implemented listconfig in UNICENS wrapper
Diffstat (limited to 'HAL-afb/HAL_MOST_UNICENS/wrap_unicens.h')
-rw-r--r-- | HAL-afb/HAL_MOST_UNICENS/wrap_unicens.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HAL-afb/HAL_MOST_UNICENS/wrap_unicens.h b/HAL-afb/HAL_MOST_UNICENS/wrap_unicens.h index 268fb74..c28d13a 100644 --- a/HAL-afb/HAL_MOST_UNICENS/wrap_unicens.h +++ b/HAL-afb/HAL_MOST_UNICENS/wrap_unicens.h @@ -29,6 +29,6 @@ extern int wrap_ucs_i2cwrite(uint16_t node, uint8_t *data_ptr, uint8_t data_sz, /* Synchronous API: functions */
extern int wrap_ucs_subscribe_sync();
-extern int wrap_ucs_getconfig_sync(const char *config_path);
+extern int wrap_ucs_getconfig_sync(const char *config_path, char **file_found);
extern int wrap_ucs_initialize_sync(const char* file_name);
extern int wrap_ucs_i2cwrite_sync(uint16_t node, uint8_t *data_ptr, uint8_t data_sz);
|