logicanalyzer/Firmware/LogicAnalyzer/build/generated/pico_base/pico/version.h

20 lines
458 B
C
Raw Normal View History

2022-07-03 14:07:25 +00:00
/*
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
// ---------------------------------------
// THIS FILE IS AUTOGENERATED; DO NOT EDIT
// ---------------------------------------
#ifndef _PICO_VERSION_H
#define _PICO_VERSION_H
#define PICO_SDK_VERSION_MAJOR 1
2023-01-31 22:12:43 +00:00
#define PICO_SDK_VERSION_MINOR 4
#define PICO_SDK_VERSION_REVISION 0
#define PICO_SDK_VERSION_STRING "1.4.0"
2022-07-03 14:07:25 +00:00
#endif