diff options
| author | Joshua Drake <Joshua.Ellis.Drake@gmail.com> | 2024-05-02 20:10:00 -0500 | 
|---|---|---|
| committer | Joshua Drake <Joshua.Ellis.Drake@gmail.com> | 2024-05-02 20:10:00 -0500 | 
| commit | df6a4c2b5711ba7cda3cadd91d4b625c7a06da9d (patch) | |
| tree | bc1b96884414e90621457f24750d044862ff954b /dist | |
| parent | be85c16280015d192128e85170f79eddd487e447 (diff) | |
Potentially fixed issues with reading SPI bus, and cleaned up code.
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/default/production/memoryfile.xml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/dist/default/production/memoryfile.xml b/dist/default/production/memoryfile.xml index 6dda4a3..d64cd8d 100644 --- a/dist/default/production/memoryfile.xml +++ b/dist/default/production/memoryfile.xml @@ -5,14 +5,14 @@      <memory name="data">        <units>bytes</units>        <length>2048</length> -      <used>96</used> -      <free>1952</free> +      <used>100</used> +      <free>1948</free>      </memory>      <memory name="program">        <units>bytes</units>        <length>16128</length> -      <used>4161</used> -      <free>11967</free> +      <used>4188</used> +      <free>11940</free>      </memory>    </executable>  </project> | 
