From 9ad287d632efb867c1f20c46460b493536a74730 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 3b18ae3fa9e6b..5058dfbf8b8d7 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 {