WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

Found what looks like remnants of debugging code in hcom_file_dir_mgmt_utils.c #781

Open Peter-Moody opened 1 month ago

Peter-Moody commented 1 month ago

Describe the bug At line 81 of /Meadow/apps/examples/hcom/file/hcom_file_dir_mgmt_utils.c, there's, what looks like an artifact of debugging. The line's text is #pragma GCC optimize("O0") // Prevent compiler from changing the code

I'm very tempted to just remove the line and commit the code. But I think it's better to let this change be scheduled and known, on the slight chance this code is here for a non-debug related reason.

alexischr commented 1 month ago

@Peter-Moody just got for it, I think!