knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
270 stars 6 forks source link

Ignore comments in linker script (fix) #84

Closed BriocheBerlin closed 10 months ago

BriocheBerlin commented 10 months ago

With https://github.com/knurling-rs/flip-link/commit/b7f556848a4f1c02b4f1987eb7fa5dbf95b995f6 comments in linker scripts were no longer ignored. This fixes that.

Closes https://github.com/knurling-rs/flip-link/issues/83