diff --git a/robot-lib/README.md b/robot-lib/README.md index ea5d1ba..2282fc7 100644 --- a/robot-lib/README.md +++ b/robot-lib/README.md @@ -8,7 +8,7 @@ repository. To use these library routines in your Lingua Franca program, it is ``` target C { platform: "RP2040", - threading: false, + single-threaded: true, files: ["../../robot-lib/"], // Needed to find imu.h cmake-include: ["../../robot-lib/robot-lib.txt"] // Needed to find imu.h }