1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/flatbuffers: downgrade to v23.5.26

Because that's what tflite-micro depends on
This commit is contained in:
Kasper Hjort Berthelsen 2024-05-21 21:53:09 +02:00
parent 8ff87e7063
commit 410fd5afc8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PKG_NAME=flatbuffers
PKG_URL=https://github.com/google/flatbuffers
PKG_VERSION=595bf0007ab1929570c7671f091313c8fc20644e
PKG_VERSION=0100f6a5779831fa7a651e4b67ef389a8752bd9b
PKG_LICENSE=Apache2.0
# manually set some RIOT env vars, so this Makefile can be called stand-alone

View File

@ -1,7 +1,7 @@
PKG_NAME=flatbuffers
PKG_URL=https://github.com/google/flatbuffers
# v24.3.25
PKG_VERSION=595bf0007ab1929570c7671f091313c8fc20644e
# v23.5.26
PKG_VERSION=0100f6a5779831fa7a651e4b67ef389a8752bd9b
PKG_LICENSE=Apache2.0
include $(RIOTBASE)/pkg/pkg.mk