aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/stm32.h (renamed from src/include/stm32_tgt.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/stm32_tgt.h b/src/include/stm32.h
index c88d468..9413737 100644
--- a/src/include/stm32_tgt.h
+++ b/src/include/stm32.h
@@ -18,12 +18,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __STM32_TGT_H
-#define __STM32_TGT_H
+#ifndef __STM32_H
+#define __STM32_H
#include "target.h"
-int stm32_probe(struct target_s *target);
+int stm32f1_probe(struct target_s *target);
int stm32f4_probe(struct target_s *target);
#endif