mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-21 05:28:22 +00:00
Add math library defines for nan functions. From Brennan Ashton.
This commit is contained in:
parent
8e79323694
commit
8105aa541d
1 changed files with 0 additions and 6 deletions
|
|
@ -143,12 +143,6 @@ void do_str(FAR const char *src)
|
|||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
float nanf(FAR const char *tagp)
|
||||
{
|
||||
(void)tagp;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* mp_import_stat
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue