diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-11 16:46:12 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-11 16:46:12 +0000 |
commit | c3e3f6d5cf648ce07e05c08add7002db34d9ef91 (patch) | |
tree | fe5e799b00a7eceee6a647bf2735c07212231193 /testex/STM32/STM32F4xx/I2C-LIS3MLD/debug | |
parent | 502f971ea45ea334aff59f035a7aeb33d30eb7db (diff) | |
download | ChibiOS-c3e3f6d5cf648ce07e05c08add7002db34d9ef91.tar.gz ChibiOS-c3e3f6d5cf648ce07e05c08add7002db34d9ef91.tar.bz2 ChibiOS-c3e3f6d5cf648ce07e05c08add7002db34d9ef91.zip |
Updated LIS3MDL driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11705 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LIS3MLD/debug')
-rw-r--r-- | testex/STM32/STM32F4xx/I2C-LIS3MLD/debug/STM32F4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LIS3MLD/debug/STM32F4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch b/testex/STM32/STM32F4xx/I2C-LIS3MLD/debug/STM32F4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch index b82cd6efd..44580bcc6 100644 --- a/testex/STM32/STM32F4xx/I2C-LIS3MLD/debug/STM32F4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch +++ b/testex/STM32/STM32F4xx/I2C-LIS3MLD/debug/STM32F4xx-I2C-LIS3MDL (OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ <intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
<stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
-<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="SR2-i2c-null-main-(format)" val="2"/><content id="null-read_raw-(format)" val="1"/><content id="sr-i2c_lld_serve_error_interrupt-(format)" val="2"/><content id="i2c-null-main-(format)" val="0"/></contentList>"/>
+<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList><content id="i2c-null-main-(format)" val="0"/><content id="sr-i2c_lld_serve_error_interrupt-(format)" val="2"/><content id="null-read_raw-(format)" val="1"/><content id="SR2-i2c-null-main-(format)" val="2"/></contentList>"/>
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <globalVariableList/> "/>
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList/> "/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="./build/ch.elf"/>
|