update include

This commit is contained in:
Mason 2023-11-14 18:05:48 -05:00
parent dbefded049
commit ef58717ad4
Signed by untrusted user who does not match committer: guangzong
GPG Key ID: 095389BACAE97D19

View File

@ -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
}