rp6502 vga branch build error: empty scalar initializer #32
-
I'm getting an error when I try to build the current version of the vga branch. The errors are for lines 11 and 12 in src/vga/usb/cdc/c:
The git blame leads me to believe it has something to do with the pseudo break for Mac but I'm not quite sure how the pseudo break is intended to be used so I can't test the change. I'm wondering if this is an issue with my environment or will this prevent it from compiling for everyone? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The Pi Pico SDK tries to make absolute_time_t opaque with two code branches looking at NDEBUG. You're on a dev branch which I haven't done a release build on in a while. |
Beta Was this translation helpful? Give feedback.
The Pi Pico SDK tries to make absolute_time_t opaque with two code branches looking at NDEBUG. You're on a dev branch which I haven't done a release build on in a while.
picocomputer/rp6502@c5ca092