23#ifndef ZIGPC_DATASTORE_FIXT_H
24#define ZIGPC_DATASTORE_FIXT_H
49#define ZIGPC_CURRENT_DATASTORE_VERSION (ZIGPC_DATASTORE_VERSION_LAST - 1)
uint32_t sl_status_t
Definition: sl_status.h:139
enum zigpc_datastore_version zigpc_datastore_version_t
Versioning of the ZigPC datastore.
sl_status_t zigpc_uic_datastore_fixt_setup(void)
Fixture for setting up the zigpc_datastore component.
Definition: zigpc_uic_datastore_fixt.c:26
zigpc_datastore_version
Versioning of the ZigPC datastore.
Definition: zigpc_uic_datastore_fixt.h:35
@ ZIGPC_DATASTORE_VERSION_LAST
Keep this value after the latest version to detect what is the latest.
Definition: zigpc_uic_datastore_fixt.h:43
@ ZIGPC_DATASTORE_VERSION_V1
Initial ZigPC datastore revision at first release.
Definition: zigpc_uic_datastore_fixt.h:39