Skip to content

Commit

Permalink
fix undef with fsp
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jul 1, 2023
1 parent 54dc699 commit e7431f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/portable/renesas/rusb2/rusb2_ra.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ extern "C" {
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wundef"

// extra push due to https://github.com/renesas/fsp/pull/278
#pragma GCC diagnostic push
Expand Down

0 comments on commit e7431f5

Please sign in to comment.