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:
parent
89d43c3423
commit
12c3a5472a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user