Update 20180330 Go on very small hardware Part 1.md

This commit is contained in:
wenwensnow 2019-09-23 20:06:14 +08:00 committed by GitHub
parent 6df2a1458c
commit 7f1b88e182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,6 @@ $ arm-none-eabi-size cortexm0.elf
采用现在的时序,两个 _blinky_ goroutines 从channel 中获取数据的速度,比 _timerISR_ 发送数据的速度要快。所以它们在同时等待新数据,你还能观察到 _select_ 的随机性,这也是[Go 规范][13]所要求的.
![STM32F030F4P6](https://ziutek.github.io/images/mcu/f030-demo-board/channels1.png)
开发板上的LED一直没有亮起说明channel 从未出现过溢出。