X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fst-term.c;fp=src%2Fst-term.c;h=245ed5949d893188f77e52fc22d7633067951241;hb=f782e931b0c51836ffae8a47618e6c2263607555;hp=af7b85ee1df143481647d7832b15427eecb1349a;hpb=5121ae07c4a58887dcf940c107a4f45422ffd092;p=fw%2Fstlink diff --git a/src/st-term.c b/src/st-term.c index af7b85e..245ed59 100644 --- a/src/st-term.c +++ b/src/st-term.c @@ -251,7 +251,7 @@ int main(int ac, char** av) { sig_init(); - sl = stlink_open_usb(10, 1); + sl = stlink_open_usb(10, 1, NULL); if (sl != NULL) { printf("ST-Linky proof-of-concept terminal :: Created by Necromant for lulz\n"); stlink_version(sl);