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:
parent
8ff87e7063
commit
410fd5afc8
2
dist/tools/flatc/Makefile
vendored
2
dist/tools/flatc/Makefile
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user