-
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
Feature/c #1
base: develop
Are you sure you want to change the base?
Feature/c #1
Conversation
Anyone care to review this? |
did you test it? |
if( ibuf->MaxValues > 0 ) { | ||
returnValue=ERR_OK; | ||
} else { | ||
returnValue= DINT_TO_UINT(RING_BUF_ERR_MAX_VALUES_ZERO); |
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.
can we remove these or macro them?
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.
We can, they are macros defined in the same file
I added unit tests |
not sure if we are still doing this
We good to merge this? |
Convert RingBufLib to a C library. Why? Because C is better and maybe more importantly I need to to compile outside of BR.