Skip to content
Snippets Groups Projects
Commit 01f90c9a authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Added some analysis

parent 1fc2f771
No related branches found
No related tags found
No related merge requests found
......@@ -45,3 +45,9 @@ Will take the string from CODED and output the decoded string into PLAIN
## Analysis
CODED is globally defined, but only read from and never updated.
PLAIN however is mutable and will be changed on the "return" of decode()
Currently there is only one function so it should be safe, however, with
two tasks this would not be the case. In a typical microcontroller setting
with interrupt handlers it would be similar "safe" like C.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment