9
0
Fork 0

8051 does not have type double

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@23 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2007-02-28 01:31:18 +00:00
parent d3b21a1391
commit 76fa994b00
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
* Private Variables
************************************************************/
double_t rint(double x)
double_t rint(double_t x)
{
double_t retValue;