BareMetal: Fix compile for gcc 5.3

Amends 7ea7629ac4.

Change-Id: Ib65f8cce0468bb2ea08ae012344ab19b4c74736e
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2019-12-12 06:47:05 +01:00
parent bc921261b1
commit f66aaf1aa9

View File

@@ -74,7 +74,7 @@ private:
bool m_interfaceResetOnConnect = true; // (inversed)-I stlink,dr ;Disable reset at connection (hotplug) bool m_interfaceResetOnConnect = true; // (inversed)-I stlink,dr ;Disable reset at connection (hotplug)
int m_interfaceSpeed = 4000; // -I stlink,speed=4000 int m_interfaceSpeed = 4000; // -I stlink,speed=4000
QString m_interfaceExplicidDevice; // device=<usb_bus>:<usb_addr> ; Set device explicit QString m_interfaceExplicidDevice; // device=<usb_bus>:<usb_addr> ; Set device explicit
QString m_targetName = "cortex-m"; // -T cortex-m(default) QString m_targetName = {"cortex-m"}; // -T cortex-m(default)
bool m_targetDisableStack = false; // -T cortex-m,nu ;Disable stack unwind at exception bool m_targetDisableStack = false; // -T cortex-m,nu ;Disable stack unwind at exception
bool m_gdbShutDownAfterDisconnect = true;// -G S ; Shutdown after disconnect bool m_gdbShutDownAfterDisconnect = true;// -G S ; Shutdown after disconnect
bool m_gdbNotUseCache = false; // -G nc ; Don't use EBlink flash cache bool m_gdbNotUseCache = false; // -G nc ; Don't use EBlink flash cache