Skip to content
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 logging of timebase in seqgen #162

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Conversation

thomas-bc
Copy link
Collaborator

Related Issue(s) nasa/fprime#1907
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

Fix nasa/fprime#1907

bytes(n) creates a zero'ed out bytes object of size N, which is not what we want here, and was the cause of the reported bug.
hex(n) returns the string representation of N in hex, which is what we're looking for.

Rationale

Bugfix

@LeStarch LeStarch merged commit 42660b3 into nasa:devel Feb 14, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sequence compile dumps strange text
2 participants