mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 06:33:30 +08:00
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
|
menu "RT-Thread MIPS CPU"
|
||
|
|
||
|
config RT_USING_FPU
|
||
|
bool "Using Float Point Unit"
|
||
|
default n
|
||
|
help
|
||
|
Using Float Point Unit in code.
|
||
|
|
||
|
endmenu
|