summaryrefslogtreecommitdiff
path: root/docs/porting.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-04-08 03:39:51 -0700
committerGitHub <[email protected]>2019-04-08 03:39:51 -0700
commit074898099da6bfd8784019d97c64712f73b779b0 (patch)
treeab6882fc57d5d63c1695d9cb582406b9d4b339c4 /docs/porting.md
parentad7589c748948b42fe6c33db70adfe3bcb095154 (diff)
parent64bed848d07b8de37cc94c9b64be3e92fa12739d (diff)
Merge pull request #54 from hathach/develop
fix #53
Diffstat (limited to 'docs/porting.md')
-rw-r--r--docs/porting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting.md b/docs/porting.md
index 5a97b3fb6..ae701a94b 100644
--- a/docs/porting.md
+++ b/docs/porting.md
@@ -44,7 +44,7 @@ One useful clock debugging technique is to set up a PWM output at a known value
Setup your USB in a crystal-less mode when available. That makes the code easier to port across boards.
-#### board_led_control
+#### board_led_write
Feel free to skip this until you want to verify your demo code is running. To implement, set the pin corresponding to the led to output a value that lights the LED when `state` is true.
### OS Abstraction Layer (OSAL)