mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-01 01:20:14 +00:00
Update tusb_option.h
Makes ISO compiler happy
This commit is contained in:
parent
c422b9ef41
commit
15c01f20ec
@ -27,6 +27,9 @@
|
|||||||
#ifndef _TUSB_OPTION_H_
|
#ifndef _TUSB_OPTION_H_
|
||||||
#define _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"
|
#include "common/tusb_compiler.h"
|
||||||
|
|
||||||
#define TUSB_VERSION_MAJOR 0
|
#define TUSB_VERSION_MAJOR 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user