Skip to content

Commit 2cfded3

Browse files
authored
Fix dead link to bone.js #296
1 parent e96e1ef commit 2cfded3

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
@@ -69,7 +69,7 @@ typedef struct pins_t {
6969
int ain;
7070
} pins_t;
7171

72-
//Table generated based on https://raw.github.com/jadonk/bonescript/master/node_modules/bonescript/bone.js
72+
//Table generated based on https://github.com/jadonk/bonescript/blob/master/src/bone.js
7373
pins_t table[] = {
7474
{ "USR0", "USR0", 53, -1, -1},
7575
{ "USR1", "USR1", 54, -1, -1},

0 commit comments

Comments
 (0)