1/*
2 * Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7// ---------------------------------------
8// THIS FILE IS AUTOGENERATED; DO NOT EDIT
9// ---------------------------------------
10
11#ifndef _PICO_VERSION_H
12#define _PICO_VERSION_H
13
14#define PICO_SDK_VERSION_MAJOR    ${PICO_SDK_VERSION_MAJOR}
15#define PICO_SDK_VERSION_MINOR    ${PICO_SDK_VERSION_MINOR}
16#define PICO_SDK_VERSION_REVISION ${PICO_SDK_VERSION_REVISION}
17#define PICO_SDK_VERSION_STRING   "${PICO_SDK_VERSION_STRING}"
18
19#endif
20