diff options
| author | Joshua Drake <Joshua.Ellis.Drake@gmail.com> | 2024-05-04 11:11:46 -0500 | 
|---|---|---|
| committer | Joshua Drake <Joshua.Ellis.Drake@gmail.com> | 2024-05-04 11:11:46 -0500 | 
| commit | 3ee1a69c65589a744b67f770001022a884fe32ba (patch) | |
| tree | ef53fc0b4d58ceee84a1e9d6b2956e6775cd5003 /dist | |
| parent | df6a4c2b5711ba7cda3cadd91d4b625c7a06da9d (diff) | |
Code is fully functional with delay timer at uC level.
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 d64cd8d..48256ad 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>100</used> -      <free>1948</free> +      <used>98</used> +      <free>1950</free>      </memory>      <memory name="program">        <units>bytes</units>        <length>16128</length> -      <used>4188</used> -      <free>11940</free> +      <used>4359</used> +      <free>11769</free>      </memory>    </executable>  </project> | 
