mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6047 from TomoYamanaka/master
Fix NVIC Wrapper include for Renesaspull/5742/merge
commit
ec8300e06a
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue