]> git.zerfleddert.de Git - hmcfgusb/commitdiff
flash-ota: don't force debug on hmuartlgw
authorMichael Gernoth <michael@gernoth.net>
Sat, 4 Jun 2016 09:47:28 +0000 (11:47 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sat, 4 Jun 2016 09:47:28 +0000 (11:47 +0200)
flash-ota.c

index 55748f9b829882812fd57fb9fd0e328c85ca9202..a4a0fef50611c4f79a34159e23108b2990edef63 100644 (file)
@@ -704,7 +704,6 @@ int main(int argc, char **argv)
                uint32_t new_hmid = my_hmid;
 
                hmuartlgw_set_debug(debug);
                uint32_t new_hmid = my_hmid;
 
                hmuartlgw_set_debug(debug);
-               hmuartlgw_set_debug(1);
 
                dev.hmuartlgw = hmuart_init(uart, parse_hmuartlgw, &rdata);
                if (!dev.hmuartlgw) {
 
                dev.hmuartlgw = hmuart_init(uart, parse_hmuartlgw, &rdata);
                if (!dev.hmuartlgw) {
Impressum, Datenschutz