version.h 439 B

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