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

Remove ctor and dtor from IntervalTimer implementation for Baremetal #2067

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

LeStarch
Copy link
Collaborator

@LeStarch LeStarch commented Jun 1, 2023

Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

Constructor and destructor are defined here:

IntervalTimer::IntervalTimer() {
memset(&this->m_startTime,0,sizeof(this->m_startTime));
memset(&this->m_stopTime,0,sizeof(this->m_stopTime));
}
IntervalTimer::~IntervalTimer() {}
.

This removes the errant implementation of them in the baremetal stub.

@LeStarch LeStarch requested a review from thomas-bc June 1, 2023 19:47
@LeStarch LeStarch merged commit da4b1da into nasa:devel Jun 1, 2023
Boehm-Michael pushed a commit to Boehm-Michael/fprime that referenced this pull request Jun 22, 2023
thomas-bc added a commit that referenced this pull request Aug 4, 2023
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.

2 participants