aboutsummaryrefslogtreecommitdiff
path: root/src/include/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/target.h')
-rw-r--r--src/include/target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/target.h b/src/include/target.h
index 0e6d9c2..a2369e3 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -216,6 +216,7 @@ void target_add_commands(target *t, const struct command_s *cmds, const char *na
bool cortexm_probe(struct target_s *target);
bool stm32f1_probe(struct target_s *target);
bool stm32f4_probe(struct target_s *target);
+bool stm32l0_probe(struct target_s *target);
bool stm32l1_probe(struct target_s *target);
bool lmi_probe(struct target_s *target);
bool lpc11xx_probe(struct target_s *target);