From 53cf328cbe504dfde7be78f35f15c4950cedec32 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Wed, 4 May 2022 14:59:03 +0200 Subject: [PATCH] xtensa.h: Remove old prototype. Signed-off-by: Abdelatif Guettouche --- tools/ci/cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/cibuild.sh b/tools/ci/cibuild.sh index 3b18ae3fa9..5058dfbf8b 100755 --- a/tools/ci/cibuild.sh +++ b/tools/ci/cibuild.sh @@ -224,7 +224,7 @@ function xtensa-esp32-gcc-toolchain { esac fi xtensa-esp32-elf-gcc --version - pip3 install esptool + pip3 install esptool==3.3.1 } function avr-gcc-toolchain {