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 cobs_encode() name clashing at runtime #504

Closed R11G closed 1 year ago

R11G commented 1 year ago

Summary:

Change cobs_encode to be not be the function called when user creates a method of the same nam

References (optional):

Issue #418

Test Plan:

Make sure cobs_encode will not call the pros function when creating a method of the same name Check other methods to ensure they do not have the same problem