georgerobotics / cyw43-driver

Other
83 stars 42 forks source link

updating itf_state when AP gets shut down #96

Closed drensber closed 8 months ago

drensber commented 1 year ago

Without this change, it's impossible to get self->itf_state's CYW43_ITF_AP bit cleared.

drensber commented 1 year ago

I'm having trouble seeing why the formatting check failed. It looks like the new line is aligned with the one above it.

dpgeorge commented 1 year ago

It could be because there are tabs instead of spaces?

drensber commented 1 year ago

It could be because there are tabs instead of spaces?

That was it. I didn't even think of that, because I assumed that the GitHub change browser would show stuff like that, but I guess it doesn't (at least in its default configuration). Looks like it's good now.

dpgeorge commented 8 months ago

I tested this, bringing up and down the AP multiple times, and it seems to work fine.