Harmony generated my sys_ports.h file. In there it has a line:#include "peripheral/ports/plib_ports.h"And I get a warning that it can not find plib_ports.h With a little playing around I determined it could find it with:#include "../../../framework/periph..
↧