mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
fix warning due to bsp_rom_registers.c
This commit is contained in:
parent
656772fc9d
commit
7e207e4f4a
1
.github/workflows/pre-commit.yml
vendored
1
.github/workflows/pre-commit.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
|
||||
- name: Build Fuzzer
|
||||
run: |
|
||||
clang --version
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
fuzz_harness=$(ls -d test/fuzz/device/*/)
|
||||
|
@ -134,6 +134,7 @@ function(family_configure_example TARGET RTOS)
|
||||
)
|
||||
target_compile_options(${TARGET} PUBLIC
|
||||
-Wno-error=undef
|
||||
-Wno-error=strict-prototypes
|
||||
)
|
||||
|
||||
# # RA has custom freertos port
|
||||
|
Loading…
x
Reference in New Issue
Block a user