Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: MFS.h
- Revision:
- 12:2bd6fc1bd375
- Parent:
- 11:a25c6939e77f
diff -r a25c6939e77f -r 2bd6fc1bd375 MFS.h
--- a/MFS.h Fri Mar 12 08:25:37 2021 +0000
+++ b/MFS.h Fri Mar 12 09:55:13 2021 +0000
@@ -10,6 +10,14 @@
#define latch_Pin GPIO_PIN_5
#define latch_GPIO_Port GPIOB
+#ifndef GPIO_SPEED_FREQ_VERY_HIGH
+#define GPIO_SPEED_FREQ_VERY_HIGH GPIO_SPEED_FREQ_HIGH
+#endif
+
+#ifndef GPIO_AF7_USART1
+#define GPIO_AF7_USART1 1
+#endif
+
class MFS
{
private: