1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-08-09 04:22:44 +03:00
Files
pico-sdk/tools/pioasm/version.h.in
Graham Sanderson d2cdf6c953 add pioasm --version, and print version number in generated files (#2554)
* add pioasm --version, and print version number in generated files

* Hook up pio version string in Bazel build

---------

Co-authored-by: Armando Montanez <amontanez@google.com>
2025-07-15 15:09:36 -05:00

16 lines
351 B
C

/*
* Copyright (c) 2025 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
// ---------------------------------------
// THIS FILE IS AUTOGENERATED; DO NOT EDIT
// ---------------------------------------
#ifndef _PIOASM_VERSION_H
#define _PIOASM_VERSION_H
#define PIOASM_VERSION_STRING "${PIOASM_VERSION_STRING}"
#endif