Skip to content

Commit 84d787d

Browse files
committed
Fix _instance. _instance->
1 parent cf2bd24 commit 84d787d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PDM/src/stm32/PDM.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void PDMsetBufferSize(int size) {
164164
}
165165

166166
size_t PDMgetBufferSize() {
167-
return _instance.getBufferSize();
167+
return _instance->getBufferSize();
168168
}
169169
}
170170

0 commit comments

Comments
 (0)