Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpu: mips*: Reorganize headers #12477

Merged
merged 5 commits into from
Oct 21, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
cpu: mips_pic32mx: Include vendor header in cpu_conf.h
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
francois-berder committed Oct 18, 2019
commit 12c3a5472a7b5d4b22eb0bbb1364ee4348297b72
6 changes: 6 additions & 0 deletions cpu/mips_pic32mx/include/cpu_conf.h
Original file line number Diff line number Diff line change
@@ -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