You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happened when calling essentially this code in lcd_update():
for (unsigned i = 0; i < options_len; i++) {
pros::lcd::print(i, "Testing");
}
This is likely my fault, but in case this is a problem with PROS, I'll put it here. This also came after a series of random crashes which were affected by optimization flags and whether hot-cold linking was enabled. I didn't check the stack traces of those, though.
Using kernel 4.1.1
The text was updated successfully, but these errors were encountered:
This happened when calling essentially this code in
lcd_update()
:This is likely my fault, but in case this is a problem with PROS, I'll put it here. This also came after a series of random crashes which were affected by optimization flags and whether hot-cold linking was enabled. I didn't check the stack traces of those, though.
Using kernel 4.1.1
The text was updated successfully, but these errors were encountered: