From 1fc405e6c463046d0cba3c9ba6bc2c0f8ed441e6 Mon Sep 17 00:00:00 2001 From: euquiq <31453004+euquiq@users.noreply.github.com> Date: Wed, 8 Dec 2021 17:20:38 -0300 Subject: [PATCH] Sorry, one of my corrections was wrong! --- Compile-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index b28158a..ae1a037 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -172,7 +172,7 @@ some compiling errors to check it's better to call it without '-j 8') ## 7. Create makefile through cmake and compile (as user) (it's important to call the PATH cmd in step 6 just before making the cmake) - cmake -B./ -S../../../ + cmake -B./ -S../../ make firmware ## 8. Flash the firmware to HackRF