aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGareth McMullin2012-06-18 19:45:18 +1200
committerGareth McMullin2012-06-18 19:46:41 +1200
commit0599bdc5c40f560bfc4bf3cdf9caef8f7f4a1cd4 (patch)
treea44dcffd535f05c31fa8bc3a98a67a41d5befa89 /src/include
parent3a0cc44bbeaf4e3c37f876786cb19f48597e6c03 (diff)
Cleaned up STM32F1 driver and renamed appropriately.
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