-
Notifications
You must be signed in to change notification settings - Fork 204
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
Fix #259, Update tone leap variable #453
Conversation
Did you really test against 6.6.0a and 1.4.2a? I'd recommend testing against the bundle master (it's at 6.7.3 and OSAL 5.0.3 now), see the line printed at startup:
|
Thanks for the catch! I ran it against the correct version...it was just
a copy and paste error.
…On Mon, Jan 6, 2020 at 4:31 PM skliper ***@***.***> wrote:
Did you really test against 6.6.0a and 1.4.2a? I'd recommend testing
against the bundle master (it's at 6.7.3 and OSAL 5.0.3 now), see the line
printed at startup:
EVS Port1 42/1/CFE_ES 2: Versions:cFE 6.7.3.0, OSAL 5.0.3.0, PSP 1.4.1.0,
chksm 17082
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#453?email_source=notifications&email_token=AMOLWJ2JYYKQW7L6EKSKRODQ4OPMJA5CNFSM4KDKDB2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIG3JDY#issuecomment-571323535>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMOLWJYFQW4PSFITCFIM7Q3Q4OPMJANCNFSM4KDKDB2A>
.
|
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.
Actually it looks like this is committing a permissions change, which should be reverted.
CCB 20190108 - Reviewed and approved for integration candidate |
Fix #259, Update tone leap variable
Describe the contribution
Fixes #259
Testing performed
#undef CFE_PLATFORM_TIME_CFG_BIGENDIAN -->
#define CFE_PLATFORM_TIME_CFG_BIGENDIAN
with AtToneLeapSeconds.
make prep
make
make install
./core-cpu1
Expected behavior changes
The software will compile and run successfully.
System(s) tested on:
Oracle VM VirtualBox
OS: ubuntu-19.10
Version: cFE 6.7.3.0; OSAL 5.0.3.0; PSP 1.4.1.0
Additional context
None
Contributor Info
Dan Knutsen
GSFC/NASA