Changes between Version 10 and Version 11 of 802.11/Usage/UserIO


Ignore:
Timestamp:
Dec 5, 2017, 4:21:21 PM (6 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Usage/UserIO

    v10 v11  
    5555
    5656// Assert pin 15
    57 wlan_mac_set_dbg_hdr_out(0x80000000); //assert p15
     57wlan_mac_set_dbg_hdr_out(0x8000); //assert p15
    5858{ /* Benchmark code here */ }
    59 wlan_mac_clear_dbg_hdr_out(0x00000000); //clear p15
     59wlan_mac_clear_dbg_hdr_out(0x8000); //clear p15
    6060}}}
    6161