Skip to content

Add missing HAVE_ARDUINO to pmt-config.h

Bram Veenboer requested to merge fix-arduino into master

HAVE_ARDUINO was not set by CMake, and it was missing from pmt-config.h. This caused problems by other programs including pmt.h and trying to use pmt::arduino::Arduino.

Merge request reports