index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.rs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'build.rs')
-rw-r--r--
build.rs
1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index fee1a6a..e46837f 100644
--- a/
build.rs
+++ b/
build.rs
@@ -1,5 +1,4 @@
use std::env;
-use version_check;
fn main() {
let target = env::var("TARGET").unwrap();