aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/spi.c
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 02:23:51 +0100
committerUwe Hermann2010-12-30 02:23:51 +0100
commitbe2ac142d9f08f0a6632043f99abf3bc6abd743e (patch)
treeec1a119abb576668cf3cb85fed818b742ba7af9f /lib/stm32/spi.c
parent8e084b1517088036e3db9bbd255b1c231cd2a108 (diff)
Rename include/libopenstm32 to include/stm32.
Diffstat (limited to 'lib/stm32/spi.c')
-rw-r--r--lib/stm32/spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/spi.c b/lib/stm32/spi.c
index 0acd392..8c23b53 100644
--- a/lib/stm32/spi.c
+++ b/lib/stm32/spi.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/spi.h>
+#include <stm32/spi.h>
/*
* SPI and I2S code.