Fix PMT binary
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.