diff options
| author | hathach <[email protected]> | 2023-08-03 17:19:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-03 17:19:47 +0700 |
| commit | a160da1f2b941741234f429417798b8df5c33294 (patch) | |
| tree | 4e18ec29f884d0af7d123a9f5ddd1d7ecac67979 /src | |
| parent | a5768f52b492f7a2ee32f3b786c12532d0876f01 (diff) | |
add lpc43 family
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/chipidea/ci_hs/ci_hs_lpc18_43.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/portable/chipidea/ci_hs/ci_hs_lpc18_43.h b/src/portable/chipidea/ci_hs/ci_hs_lpc18_43.h index 2e84c93e7..178eec419 100644 --- a/src/portable/chipidea/ci_hs/ci_hs_lpc18_43.h +++ b/src/portable/chipidea/ci_hs/ci_hs_lpc18_43.h @@ -27,9 +27,18 @@ #ifndef _CI_HS_LPC18_43_H_ #define _CI_HS_LPC18_43_H_ +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wunused-parameter" +#endif + // LPCOpen for 18xx & 43xx #include "chip.h" +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif + static const ci_hs_controller_t _ci_controller[] = { { .reg_base = LPC_USB0_BASE, .irqnum = USB0_IRQn }, |
