From 9b72fc0e71dafb5855a72cb5c78646e6eb04dd20 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Tue, 3 Nov 2020 00:14:34 +0800 Subject: [PATCH] PRF --- published/20180503 Go on very small hardware (Part 3).md | 2 -- 1 file changed, 2 deletions(-) diff --git a/published/20180503 Go on very small hardware (Part 3).md b/published/20180503 Go on very small hardware (Part 3).md index ac3c5c9ebc..4fa8c39c6d 100644 --- a/published/20180503 Go on very small hardware (Part 3).md +++ b/published/20180503 Go on very small hardware (Part 3).md @@ -187,8 +187,6 @@ $ openocd -d0 -f interface/stlink.cfg -f target/stm32f0x.cfg -c 'init; program c 我跳过了 `openocd` 的输出。下面的视频显示了该程序的工作原理: -原文中插入视频的代码: - ![video](https://ziutek.github.io/videos/rgbspinner.mp4) ### 让我们做些有用的事情...