From f072d0b90fa83671ccca8d786561474d3fd76b62 Mon Sep 17 00:00:00 2001
From: Per <Per Lindgren>
Date: Thu, 19 Oct 2017 00:07:46 +0200
Subject: [PATCH] cleaned

---
 .vscode/launch.json | 19 -------------------
 examples/hello.rs   |  2 +-
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index b10947e..1ef8ff5 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -4,25 +4,6 @@
     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
     "version": "0.2.0",
     "configurations": [
-        // {
-        //     "type": "gdb",
-        //     "request": "attach",
-        //     "name": "Release",
-        //     "gdbpath": "/usr/bin/arm-none-eabi-gdb",
-        //     "executable": "./target/thumbv7em-none-eabihf/release/nucleo-64",
-        //     "target": ":3333",
-        //     "remote": true,
-        //     "autorun": [
-        //         "monitor arm semihosting enable",
-        //         "monitor reset init",
-        //         //"set target-async off",
-        //         "load ./target/thumbv7em-none-eabihf/release/nucleo-64"
-        //         //"set remotetimeout 30",
-        //         //"monitor reset halt",
-        //         //"step"
-        //     ],
-        //     "cwd": "${workspaceRoot}"
-        // },
         {
             "type": "gdb",
             "request": "attach",
diff --git a/examples/hello.rs b/examples/hello.rs
index bda6020..4bce8e2 100644
--- a/examples/hello.rs
+++ b/examples/hello.rs
@@ -20,7 +20,7 @@ app! {
 fn init(_p: init::Peripherals) {}
 
 fn idle() -> ! {
-    writeln!(hio::hstdout().unwrap(), "Hello, Rust 3 world!").unwrap();
+    writeln!(hio::hstdout().unwrap(), "Hello, Sworld!").unwrap();
 
     loop {
         rtfm::wfi();
-- 
GitLab