meshtastic / framework-portduino

An Arduino API that sits on top of Linux and other operating systems. This lets you run Arduino code on Raspberry PI, desktops, etc... All as a standard user-space application.
GNU Lesser General Public License v2.1
30 stars 13 forks source link

fix compiler guard PORTDUINO_LINUX_HARDWARE #27

Closed mverch67 closed 4 months ago

mverch67 commented 4 months ago

Compilation for linux target is broken due to misplaced compiler guards.