summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'osalver.h')
-rw-r--r--osalver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osalver.h b/osalver.h
index f198427..d5dc428 100644
--- a/osalver.h
+++ b/osalver.h
@@ -51,7 +51,7 @@ extern "C" {
51 * following format: 51 * following format:
52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD) 52 * 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
53 */ 53 */
54#define OSAL_DRV_VERSION_ID (0x0100000F) 54#define OSAL_DRV_VERSION_ID (0x01000010)
55 55
56/** 56/**
57 * @brief This is the version string which describes the OSAL driver along with 57 * @brief This is the version string which describes the OSAL driver along with