Add a prototype for the F4 probe routine to silence a warning
This commit is contained in:
parent
fa7ae87e25
commit
8babb37472
|
@ -24,6 +24,7 @@
|
||||||
#include "target.h"
|
#include "target.h"
|
||||||
|
|
||||||
int stm32_probe(struct target_s *target);
|
int stm32_probe(struct target_s *target);
|
||||||
|
int stm32f4_probe(struct target_s *target);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue