17 lines
333 B
C
17 lines
333 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 "2.2.0"
|
|
|
|
#endif
|