We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d86d8 commit b1bf90bCopy full SHA for b1bf90b
board/fake_stm.h
@@ -31,3 +31,5 @@ uint32_t microsecond_timer_get(void);
31
uint32_t microsecond_timer_get(void) {
32
return MICROSECOND_TIMER->CNT;
33
}
34
+
35
+typedef uint32_t GPIO_TypeDef;
0 commit comments