Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ assertEquals16
Function
assertEquals16
samples/Basic_ProgMem/app/application.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void assertEquals16(uint16_t expected, uint16_t actual)
34
{
35
if(expected != actual) {
36
Serial <<
"assertEquals16: "
<< expected <<
" != "
<< actual << endl;
37
}
38
}
39
40
void assertEquals32(uint32_t expected, uint32_t actual)
41
{
Callers
1
testPgm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected