Root/usrp/sps/norm

Source at commit 464ab40e3932a83b30626b99c4b658b4916fc24c created 9 years 11 days ago.
By Stefan Schmidt, Revert "atusb/fw/usb/: enable MCU reset on USB bus reset after config selection"
1#!/usr/bin/perl
2
3for ($n = 0; <>; $n++) {
4    if ($_ > $ym || !defined $ym) {
5        $xm = $n;
6        chop($ym = $_);
7    }
8}
9
10print "$xm $ym $n\n";
11

Archive Download this file



interactive