rp-rs / pio-rs

Support crate for Raspberry Pi's PIO architecture.
MIT License
149 stars 22 forks source link

Fixed relative paths for `pio_file!` #21

Closed korken89 closed 2 years ago

korken89 commented 2 years ago

There was an error where the compile time environment variable was pulled, instead of the runtime one - causing relative paths for pio_file! to be broken.

This PR fixes this issue.

thejpster commented 2 years ago

Thanks!