-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Posix: fix copyright #250
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
Posix: fix copyright #250
Conversation
e15515b
to
568903a
Compare
Should I squash everything into 1 commit? |
Thanks for bringing this up. Reviewing now. |
Is there a particular reason for removing these macros? #define pdTASK_CODE TaskFunction_t Some questionable changes/effects:
|
4e282d7
to
9086d42
Compare
Oh, I didn't take this into account. |
9086d42
to
e334f92
Compare
OK, changed to "Cambridge Consultants Ltd". |
e334f92
to
64db3e0
Compare
64db3e0
to
96c227a
Compare
Codecov Report
@@ Coverage Diff @@
## main #250 +/- ##
==========================================
+ Coverage 90.60% 95.36% +4.76%
==========================================
Files 3 4 +1
Lines 532 1187 +655
Branches 142 334 +192
==========================================
+ Hits 482 1132 +650
- Misses 14 17 +3
- Partials 36 38 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This fixes compilation error when
configENABLE_BACKWARD_COMPATIBILITY
is 0.