Update thesis
This commit is contained in:
parent
a803d10b03
commit
6ab3ac3dff
18 changed files with 13076 additions and 208 deletions
|
|
@ -177,7 +177,7 @@ static void sr_jtdev_tdi(struct jtdev *p, int out) {
|
|||
|
||||
static void sr_jtdev_rst(struct jtdev *p, int out) {
|
||||
UNUSED(p);
|
||||
sr_gpio_write(SR_GPIO_RST, !out);
|
||||
sr_gpio_write(SR_GPIO_RST, out);
|
||||
}
|
||||
|
||||
static void sr_jtdev_tst(struct jtdev *p, int out) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue