nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
board_version.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _BOARD_VERSION_H_
8#define _BOARD_VERSION_H_
9
10#include "board.h"
11
22int board_version_get(struct board_version *board_rev);
23
36
37#endif /* _BOARD_VERSION_H_ */
int board_version_get(struct board_version *board_rev)
Get the board/HW version.
int board_version_valid_check(void)
Check that the FW is compatible with the HW version.
Definition: board.h:17