IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Git Source Tree
Root/
| Source at commit 9c64024af55259eb27fe2d86aa8e26257c996342 created 7 years 1 month ago. By Stefan Schmidt, atusb/Makefile: add missing atusb back layer to upload target | |
|---|---|
| 1 | #!/usr/bin/perl |
| 2 | |
| 3 | for ($n = 0; <>; $n++) { |
| 4 | if ($_ > $ym || !defined $ym) { |
| 5 | $xm = $n; |
| 6 | chop($ym = $_); |
| 7 | } |
| 8 | } |
| 9 | |
| 10 | print "$xm $ym $n\n"; |
| 11 | |
