Skip to content
Commit 1e149534 authored by TOKITA Hiroshi's avatar TOKITA Hiroshi Committed by Dan Kalowsky
Browse files

Revert "modules: hal_rpi_pico: set -std=gnu11 in a toolchain independent way."



This reverts commit 05401b3f.

Introducing c-std setting with CMake way in the commit,
but the actual command line is below.

```
arm-zephyr-eabi-gcc -DKERNEL ... -std=gnu11 ...  -std=c99 ...
```

The setting `CONFIG_STD_C99` in Kconfig appends the `-std=c99`,
and (At least in gcc,) options are processed last-come-first,
so this setting was meaningless.

This will cause a build error, so we will revert it.

Signed-off-by: default avatarTOKITA Hiroshi <tokita.hiroshi@gmail.com>
parent 1d91c4ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment