-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New flash interface review #1
New flash interface review #1
Conversation
missing bits and pieces, spelling, etc
Maybe I missed something in the aftermath of the switch to mmap (useless casting), but it worked with/without Valgrind and with/without [existing] files. |
34e340e
to
9bab35e
Compare
842b6fe
to
9706d25
Compare
#include "debug.h" | ||
|
||
#define FLASH_ERROR_SIMULATION (1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Later i plan implement an error simulation. I use this or an similar define to switch this feature on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assumed as much, but I suggest to keep it out for now. It has no benefit unless there is an implementation using it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't insist on this commit though, I left it as a separate commit on purpose ;)
No description provided.