aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32f1/ethernet.c
diff options
context:
space:
mode:
authorFergus Noble2011-09-15 01:18:49 -0700
committerFergus Noble2011-09-15 01:18:49 -0700
commit5b4cbe7d87409096e447951ba72b269e90cf12a7 (patch)
tree3570f35e2e6a41aaecebe9959afcfb89c3fbdfec /lib/stm32f1/ethernet.c
parentb546f9b5a92f592e0254ae3de94c609148a88018 (diff)
Update F1 libs with new header file locations.
Diffstat (limited to 'lib/stm32f1/ethernet.c')
-rw-r--r--lib/stm32f1/ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32f1/ethernet.c b/lib/stm32f1/ethernet.c
index 4a4d080..fc65ec2 100644
--- a/lib/stm32f1/ethernet.c
+++ b/lib/stm32f1/ethernet.c
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <libopencm3/stm32/ethernet.h>
+#include <libopencm3/stm32/f1/ethernet.h>
void eth_smi_write(u8 phy, u8 reg, u16 data)
{