Update thesis

This commit is contained in:
jaseg 2020-04-01 18:27:14 +02:00
parent a803d10b03
commit 6ab3ac3dff
18 changed files with 13076 additions and 208 deletions

View file

@ -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) {