From ef58717ad439e18655a6aaaa485731c0ddc222de Mon Sep 17 00:00:00 2001 From: Mason Date: Tue, 14 Nov 2023 18:05:48 -0500 Subject: [PATCH] update include --- build.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.rs b/build.rs index db60e26..924b771 100644 --- a/build.rs +++ b/build.rs @@ -12,4 +12,7 @@ fn main() { println!("cargo:rustc-link-search=native={}", dst.display()); // get the out dir of dependcy `cortex-m` + // + println!("cargo:include=./includes") // provide DEP_U5_INCLUDE var + }