[arduinojson] Update fuzzers' path (#2793)

The code of the fuzzers moved from `fuzzing/` to `extras/fuzzing/`.
See https://github.com/bblanchon/ArduinoJson/issues/1011
This commit is contained in:
Benoît Blanchon 2019-09-04 16:45:50 +02:00 committed by Abhishek Arya
parent d2aad464b7
commit 6017766afd
1 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,5 @@
#
################################################################################
# build fuzzers
cd fuzzing
cd extras/fuzzing
make