Add a prototype for the F4 probe routine to silence a warning

This commit is contained in:
Mike Smith 2011-11-25 17:04:47 -08:00
parent fa7ae87e25
commit 8babb37472
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "target.h"
int stm32_probe(struct target_s *target);
int stm32f4_probe(struct target_s *target);
#endif