Skip to content

Commit 40f1160

Browse files
author
Sam Povilus
committed
fixing document locaiton and version as current location dosn't load
1 parent 16f3249 commit 40f1160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ uart_t uart_table[] = {
289289

290290
// Copied from https://github.com/jadonk/bonescript/blob/master/src/bone.js
291291
// See am335x technical manual, p. 183, for more info:
292-
// http://www.ti.com/lit/ug/spruh73n/spruh73n.pdf
292+
// https://www.ti.com/lit/ug/spruh73q/spruh73q.pdf
293293
pwm_t pwm_table[] = {
294294
{ "ehrpwm2", 6, 1, 4, "ehrpwm.2:1", "EHRPWM2B", "48304000", "48304200", "P8_13"},
295295
{ "ehrpwm2", 5, 0, 4, "ehrpwm.2:0", "EHRPWM2A", "48304000", "48304200", "P8_19"},

0 commit comments

Comments
 (0)