1
0
Fork 0
forked from nuttx/nuttx-update

fix a typo

This commit is contained in:
geniusdo 2024-12-16 00:36:23 +08:00 committed by Alan C. Assis
parent a459280fac
commit fdbf520a99

View file

@ -111,7 +111,7 @@ namespace std
using ::cos;
using ::cosh;
using ::exp;
using ::expm1f;
using ::expm1;
using ::fabs;
using ::floor;
using ::fmod;