Minor format and typo fixes
In the case where cardData.scpLength > 1 and the first entry does not indicate SCP01, 02 or 03 this code will spin.
Making install_for_install call xP2x1_install_for_install and not xP2x1_install_for_install_and_make_selectable
Added install_for_make_selectable
Increases the max received APDU length for send_apdu and get_data to 64k. This addresses the issue where PCSC (at least on a Mac) was seg faulting when the response consists of chained APDUs
Reverting size of GET_DATA receive buffer
Merge branch 'master' of github.com:kaoh/globalplatform
Added a simple print command
Revert "Fixed last instance of ATR bug and set build to debug"
Fixed last instance of ATR bug and set build to debug
Replaced all tabs with spaces
Uninitialized variables were causing on macOS Catalina
memset instead of {0} (d'oh!!)
tabs instead of spaces :-(