diff options
author | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:21:08 -0600 |
---|---|---|
committer | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:21:08 -0600 |
commit | 540a23f76ccbe27ca449485766b88279b00f3736 (patch) | |
tree | 5bb81b51c20702ee7ea48924fd9526bb24b5b5c8 /Lab 2.X/dist/default | |
parent | Redo numpad (diff) | |
download | ee2361-540a23f76ccbe27ca449485766b88279b00f3736.tar ee2361-540a23f76ccbe27ca449485766b88279b00f3736.tar.gz ee2361-540a23f76ccbe27ca449485766b88279b00f3736.tar.bz2 ee2361-540a23f76ccbe27ca449485766b88279b00f3736.tar.lz ee2361-540a23f76ccbe27ca449485766b88279b00f3736.tar.xz ee2361-540a23f76ccbe27ca449485766b88279b00f3736.tar.zst ee2361-540a23f76ccbe27ca449485766b88279b00f3736.zip |
Fix small things
Diffstat (limited to 'Lab 2.X/dist/default')
-rw-r--r-- | Lab 2.X/dist/default/debug/memoryfile.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Lab 2.X/dist/default/debug/memoryfile.xml b/Lab 2.X/dist/default/debug/memoryfile.xml index 2a720f9..a0d099a 100644 --- a/Lab 2.X/dist/default/debug/memoryfile.xml +++ b/Lab 2.X/dist/default/debug/memoryfile.xml @@ -1,18 +1,18 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<project> - <executable name="dist/default/debug/Lab_2.X.debug.elf"> - <memory name="data"> - <units>bytes</units> - <length>8192</length> - <used>34</used> - <free>8158</free> - </memory> - <memory name="program"> - <units>bytes</units> - <length>65274</length> - <used>408</used> - <free>64866</free> - </memory> - </executable> -</project> +<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+ <executable name="dist/default/debug/Lab_2.X.debug.elf">
+ <memory name="data">
+ <units>bytes</units>
+ <length>8192</length>
+ <used>34</used>
+ <free>8158</free>
+ </memory>
+ <memory name="program">
+ <units>bytes</units>
+ <length>65274</length>
+ <used>408</used>
+ <free>64866</free>
+ </memory>
+ </executable>
+</project>
|