Skip to content

Commit 0d61fbe

Browse files
committed
typo
1 parent 05e9587 commit 0d61fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/src/piffind.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int main() {
2020

2121
if (h) {
2222
uint32_t v = 99;
23-
bool x = getDeviceIdCode(h, &v);
23+
bool x = pifGetDeviceIdCode(h, &v);
2424
printf("\nresult=%d, ID code=%x", x, v);
2525

2626
pifClose(h);

0 commit comments

Comments
 (0)