diff options
author | 2023-07-07 12:47:23 +0200 | |
---|---|---|
committer | 2023-07-07 12:47:23 +0200 | |
commit | b20c0800e0e89f3247ad710797975e5d13d53554 (patch) | |
tree | 4aa02559e3fa21e5367f8740c4302362c09a1845 | |
parent | 82fa94d2cd2829cc37111d247e913cecdad561ac (diff) | |
download | cortex-m-b20c0800e0e89f3247ad710797975e5d13d53554.tar.gz cortex-m-b20c0800e0e89f3247ad710797975e5d13d53554.tar.zst cortex-m-b20c0800e0e89f3247ad710797975e5d13d53554.zip |
Fix word in comment
-rw-r--r-- | cortex-m-rt/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/build.rs b/cortex-m-rt/build.rs index 2b65cdf..9334d16 100644 --- a/cortex-m-rt/build.rs +++ b/cortex-m-rt/build.rs @@ -56,7 +56,7 @@ INCLUDE device.x"# 240 } else { // Non ARM target. We assume you're just testing the syntax. - // This value seems as soon as any + // This value seems as good as any. 240 }; |