From 5f3ab2afe1820d629750c4e23e86ef91d6d3313c Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 2 Apr 2019 18:16:04 +0700 Subject: rename board_led_control to board_led_write --- docs/porting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) -- cgit v1.3.1