purduesigbots / pros

Source code for PROS kernel: open source C/C++ development for the VEX V5 microcontroller
https://pros.cs.purdue.edu
Other
259 stars 76 forks source link

🐛 Fix _exit implementation #671

Open ion098 opened 4 months ago

ion098 commented 4 months ago

Summary:

Changes the _exit function to flush the serial buffer and indefinitely block.

Motivation:

The _exit function is supposed to never return, but right now it does.

Test Plan:

WillXuCodes commented 4 months ago

/azp run

azure-pipelines[bot] commented 4 months ago
Azure Pipelines successfully started running 1 pipeline(s).
WillXuCodes commented 4 months ago

/azp run

azure-pipelines[bot] commented 4 months ago
Azure Pipelines successfully started running 1 pipeline(s).
BennyBot commented 1 month ago

@ion098 did you test this already?

ion098 commented 1 month ago

@ion098 did you test this already?

No, I haven't been able to test this yet.