Skip to content

Fix PMT binary

Bram Veenboer requested to merge fix-binary into master

Fix the PMT binary, it didn't work properly for instance with PMT_NAME=powersensor3, because the incorrect pmt::Create() was called. A problem was that common/pmt.h included <pmt.h>, which didn't work. We need to disambiguate between the header file in the source directory and in the binary directory, hence it is renamed.

Merge request reports