diff options
| author | DuMaM <[email protected]> | 2021-06-26 17:03:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-26 17:03:46 +0200 |
| commit | b5ce269675c4d220806126cc76f8c57406da27d2 (patch) | |
| tree | 489b7e2dafa298b57f02bcf2291be2887dcc6725 /docs | |
| parent | 5a4fc1151a7e62a291a90836165942737a1a2d6f (diff) | |
GCC 11 build fix
During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project.
``` c
inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13:
lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized]
792 | return (is_running ? true : false);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~
```
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
