Skip to content

Commit e301ccc

Browse files
committed
system/uorb: DEBUG_UORB depends on float data
DEBUG_UORB depends on float data, FIXED16 not supported Signed-off-by: raiden00pl <raiden00@railab.me>
1 parent 8303ef1 commit e301ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/uorb/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif # UORB_TESTS
4646
config DEBUG_UORB
4747
bool "uorb debug output"
4848
select LIBC_PRINT_EXTENSION
49-
depends on LIBC_FLOATINGPOINT
49+
depends on LIBC_FLOATINGPOINT && SENSORS_USE_FLOAT
5050
default n
5151

5252
if DEBUG_UORB

0 commit comments

Comments
 (0)