mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples/calib_udelay/Kconfig: Select CONFIG_LIBC_FLOATINGPOINT needed by calibration logic.
This commit is contained in:
parent
ed13a3ae27
commit
6d01988fe8
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ config EXAMPLES_CALIB_UDELAY
|
|||
bool "Calibration tool for udelay"
|
||||
default n
|
||||
select CLOCK_MONOTONIC
|
||||
select LIBC_FLOATINGPOINT
|
||||
---help---
|
||||
|
||||
if EXAMPLES_CALIB_UDELAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue