diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-14 00:49:58 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-14 00:49:58 +0200 |
commit | d9df6e65017e9f4409b33a13e4aa62f37e685946 (patch) | |
tree | f672c3b3ea4c97b83a955bf628fc0d9d60cdd144 /robot/readme.md | |
parent | 3f90c242ff00cc2a8ec26486c1d22bb0e3de0114 (diff) |
error handling done + better simulation / debug messaging
Diffstat (limited to 'robot/readme.md')
-rw-r--r-- | robot/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/readme.md b/robot/readme.md index 1ffdb65..5e9990e 100644 --- a/robot/readme.md +++ b/robot/readme.md @@ -124,7 +124,7 @@ errors, and (b) handles errors accordingly. - [x] error code - [x] message length - [x] message contents -- [ ] create a global error ring buffer with an appropriate size that holds +- [x] create a global error ring buffer with an appropriate size that holds error messages - [ ] handle errors in the error buffer, referencing the functional specification for details on what the robot should do to resolve each kind of |