Merge pull request #6047 from TomoYamanaka/master

Fix NVIC Wrapper include for Renesas
pull/5742/merge
Cruz Monrreal 2018-02-12 10:24:21 -06:00 committed by GitHub
commit ec8300e06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -649,6 +649,7 @@ typedef enum IRQn
#define __L2C_PRESENT 1U /* L2C present */
#include "core_ca.h"
#include "nvic_wrapper.h"
#include <system_RZ_A1LU.h>
#include "iodefine.h"

View File

@ -649,6 +649,7 @@ typedef enum IRQn
#define __L2C_PRESENT 1U /* L2C present */
#include "core_ca.h"
#include "nvic_wrapper.h"
#include <system_RZ_A1H.h>
#include "iodefine.h"