We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e9587 commit 0d61fbeCopy full SHA for 0d61fbe
software/src/piffind.cpp
@@ -20,7 +20,7 @@ int main() {
20
21
if (h) {
22
uint32_t v = 99;
23
- bool x = getDeviceIdCode(h, &v);
+ bool x = pifGetDeviceIdCode(h, &v);
24
printf("\nresult=%d, ID code=%x", x, v);
25
26
pifClose(h);
0 commit comments