no-OS
Toggle main menu visibility
Main Page
Related Pages
Structures
Structure List
Structure Index
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
drivers
platform
pico
pico
version.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
/* Needed for pico build */
8
/* The SDK is searching for this file */
9
10
#ifndef _PICO_VERSION_H
11
#define _PICO_VERSION_H
12
13
#define PICO_SDK_VERSION_MAJOR 1
14
#define PICO_SDK_VERSION_MINOR 3
15
#define PICO_SDK_VERSION_REVISION 1
16
#define PICO_SDK_VERSION_STRING "1.3.1"
17
18
#endif
Generated by
1.13.2