summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-06-01 12:23:32 +0700
committerGitHub <[email protected]>2022-06-01 12:23:32 +0700
commit9352f7522033c31a91f328cdce35a57cf6c95fec (patch)
treeaf4cbe4165990170d69acbbf515e37691f9386fc /src/tusb_option.h
parentfdeac8508be5cdd95966422d1e776604efbc9b3f (diff)
parent15c01f20ecdb3b9ff184f2311e65e95e4cd8e5cd (diff)
Merge pull request #1438 from Nikitarc/master
Update dwc2_stm32.h
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 7f60fbd84..3b054fc78 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -27,6 +27,9 @@
#ifndef _TUSB_OPTION_H_
#define _TUSB_OPTION_H_
+// To avoid GCC compiler warnings when -pedantic option is used (strict ISO C)
+typedef int make_iso_compilers_happy ;
+
#include "common/tusb_compiler.h"
#define TUSB_VERSION_MAJOR 0