mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-23 04:20:47 +00:00
fix undef with fsp
This commit is contained in:
parent
54dc699ddd
commit
e7431f54f2
@ -34,6 +34,7 @@ extern "C" {
|
|||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
||||||
|
#pragma GCC diagnostic ignored "-Wundef"
|
||||||
|
|
||||||
// extra push due to https://github.com/renesas/fsp/pull/278
|
// extra push due to https://github.com/renesas/fsp/pull/278
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user