Skip to content

Feat/fixing sensor mocking#101

Open
bskdany wants to merge 3 commits into
mainfrom
feat/fixing-sensor-mocking
Open

Feat/fixing sensor mocking#101
bskdany wants to merge 3 commits into
mainfrom
feat/fixing-sensor-mocking

Conversation

@bskdany
Copy link
Copy Markdown
Contributor

@bskdany bskdany commented May 10, 2026

waiting on #100

@bskdany bskdany requested a review from justapotato213 May 10, 2026 00:02
justapotato213
justapotato213 previously approved these changes May 10, 2026
Copy link
Copy Markdown
Contributor

@justapotato213 justapotato213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bskdany bskdany dismissed justapotato213’s stale review May 12, 2026 23:29

The merge-base changed after approval.

@justapotato213 justapotato213 self-requested a review May 12, 2026 23:31
Copy link
Copy Markdown
Contributor

@justapotato213 justapotato213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lemme know if it was a mistake or if it works like this

[SENSOR_GNSS] = {.fd = -1, .events = POLLIN, .revents = 0},
[SENSOR_ALT] = {.fd = -1, .events = POLLIN, .revents = 0},
[SENSOR_BARO] = {.fd = -1, .events = POLLIN, .revents = 0},
[SENSOR_BARO] = {.fd = -1, .events = 0, .revents = 0},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change .events?

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