Skip to content

Commit b77151f

Browse files
Proposed typo correction in memory-guide.md
Remove stray pipe "|" from middle of word.
1 parent 9e4b482 commit b77151f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/03.programming/06.memory-guide/memory-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The following table summarizes a specific Arduino® board's memory allocation:
170170

171171
## Measuring Memory Usage in Arduino® Boards
172172

173-
Memory usage statistics help comprehend the insight of resource management affected by the designed code structure. Memory load demand is one statistic that will give you an insight into how efficient the code is design|ed. It is a crucial development consideration element because the resources are finite inside a microcontroller-based system; **software should always perform without reaching maximum load capacity to avoid problems or issues**. Memory load could be observed either as **available RAM** at disposal for specific tasks or **flash storage remaining capacity** for required headroom.
173+
Memory usage statistics help comprehend the insight of resource management affected by the designed code structure. Memory load demand is one statistic that will give you an insight into how efficient the code is designed. It is a crucial development consideration element because the resources are finite inside a microcontroller-based system; **software should always perform without reaching maximum load capacity to avoid problems or issues**. Memory load could be observed either as **available RAM** at disposal for specific tasks or **flash storage remaining capacity** for required headroom.
174174

175175
***To avoid run-time problems, microcontroller-based systems should always run without reaching their maximum memory capacity.***
176176

0 commit comments

Comments
 (0)