how about this?

This commit is contained in:
rusEfi 2018-11-25 22:14:42 -05:00
parent 4495803eb5
commit 1fb9f8d022
1 changed files with 4 additions and 0 deletions

View File

@ -411,6 +411,10 @@ void testMisc(void) {
float v = atoff("nan");
assertTrueM("NaN atoff", cisnan(v));
}
{
float v = atoff("N");
assertTrueM("NaN atoff", cisnan(v));
}
// assertEquals(true, strEqual("spa3", getPinName(SPARKOUT_3_OUTPUT)));
// assertEquals(SPARKOUT_12_OUTPUT, getPinByName("spa12"));