cpu: mips_pic32mx: Include vendor header in cpu_conf.h

Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
This commit is contained in:
Francois Berder 2019-10-16 21:25:33 +01:00
parent 89d43c3423
commit 12c3a5472a

View File

@ -22,6 +22,12 @@
#ifndef CPU_CONF_H
#define CPU_CONF_H
#ifdef CPU_MODEL_P32MX470F512H
#include "vendor/p32mx470f512h.h"
#else
#error "No CPU headers for the defined CPU_MODEL found"
#endif
#ifdef __cplusplus
extern "C" {
#endif