nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_dm_version.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef __NRF_DM_VERSION_H_
8#define __NRF_DM_VERSION_H_
9
10#define NRF_DM_MAJOR_VERSION 0
11#define NRF_DM_MINOR_VERSION 7
12#define NRF_DM_BUGFIX_VERSION 5
13#define NRF_DM_HASH ""
14#define NRF_DM_MAX_NUM_ANT (1)
15#endif // __NRF_DM_VERSION_H_