summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/bsp.h')
-rw-r--r--bsps/arm/stm32h7/include/bsp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsps/arm/stm32h7/include/bsp.h b/bsps/arm/stm32h7/include/bsp.h
index 08311bf51e..6b0c7bd7f6 100644
--- a/bsps/arm/stm32h7/include/bsp.h
+++ b/bsps/arm/stm32h7/include/bsp.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -62,6 +62,7 @@ void stm32h7_init_power(void);
void stm32h7_init_oscillator(void);
void stm32h7_init_clocks(void);
void stm32h7_init_peripheral_clocks(void);
+void stm32h7_init_qspi(void);
/** @} */