From 0421a5b395d68fb74ae2d8a890e7df86ac1930db Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Wed, 29 May 2019 15:28:00 +0200
Subject: [PATCH] fix(hello-world): Add .gdbinit

---
 Hello_World/.gdbinit | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 Hello_World/.gdbinit

diff --git a/Hello_World/.gdbinit b/Hello_World/.gdbinit
new file mode 100644
index 00000000..85b92cf7
--- /dev/null
+++ b/Hello_World/.gdbinit
@@ -0,0 +1,3 @@
+file build/max32665.elf
+target remote localhost:3333
+
-- 
GitLab