diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 07:42:25 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-25 07:42:25 +0530 |
commit | a7c25f19d9700c008e6d6b5b4f95ea6103bda8ab (patch) | |
tree | 8707e464bc290613efae031908063ef9788cbb0d /circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h | |
parent | 08422ad7e5ae71a1a625e8a2bda6d233fd68ceee (diff) |
fixes
Diffstat (limited to 'circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h')
-rw-r--r-- | circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h b/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h deleted file mode 100644 index 4ab8efc..0000000 --- a/circuitpython/ports/raspberrypi/build-raspberry_pi_pico/genhdr/mpversion.h +++ /dev/null @@ -1,9 +0,0 @@ -// This file was generated by py/makeversionhdr.py -#define MICROPY_GIT_TAG "7.3.0" -#define MICROPY_GIT_HASH "d0953e8f845a7544a27bea92bbcd533f0a84d493" -#define MICROPY_BUILD_DATE "2022-06-19" -#define MICROPY_VERSION_MAJOR (7) -#define MICROPY_VERSION_MINOR (3) -#define MICROPY_VERSION_MICRO (3) -#define MICROPY_VERSION_STRING "7...3...0" -#define MICROPY_FULL_VERSION_INFO "Adafruit CircuitPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE "; " MICROPY_HW_BOARD_NAME " with " MICROPY_HW_MCU_NAME |