We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c651d commit 5dceec5Copy full SHA for 5dceec5
examples/Pintest/Pintest.h
@@ -95,6 +95,7 @@ if(portRef == (void*)&GPIO4_DR) { return "GPIO4_DR"; }
95
return fullstrBuffer;
96
}
97
98
+
99
template<uint8_t PIN> void CheckPin()
100
{
101
CheckPin<PIN - 1>();
0 commit comments