mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-11 18:29:22 -07:00
Remove tabs
This commit is contained in:
@@ -285,7 +285,7 @@ __STATIC_INLINE uint32_t ARM_PMU_Get_EVCNTR(uint32_t num)
|
||||
*/
|
||||
__STATIC_INLINE uint32_t ARM_PMU_Get_CNTR_OVS(void)
|
||||
{
|
||||
return PMU->OVSSET;
|
||||
return PMU->OVSSET;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -531,7 +531,7 @@ endif()
|
||||
|
||||
# Enable AVX 512 support for x64
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|AMD64")
|
||||
set_source_files_properties(
|
||||
set_source_files_properties(
|
||||
src/loclass/cipher_bs_avx512.c
|
||||
PROPERTIES COMPILE_OPTIONS "-mavx512f"
|
||||
)
|
||||
|
||||
@@ -2337,7 +2337,7 @@ void annotateSeos(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize, bool is
|
||||
return ;
|
||||
}
|
||||
|
||||
// CLA 0x90 Proprietary class - DESFire's "ISO 7816 wrap of native commands" indicator.
|
||||
// CLA 0x90 Proprietary class - DESFire's "ISO 7816 wrap of native commands" indicator.
|
||||
// Tells the card "the next byte is a DESFire native opcode, not an ISO 7816 standard INS."
|
||||
// INS 0x5A DESFire native opcode SelectApplication (3-byte AID).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user