diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-21 13:56:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 13:56:17 -0400 |
commit | 8ce8252467021df062d90f73c7834ed88d42423d (patch) | |
tree | 8a7dc3da6a66c25eeaed3bdf06272f1ac2db7749 /arm9/lib/include/CARD_common.h | |
parent | 4581af32be3e319a811e5551b7179ae4d0f18fc1 (diff) | |
parent | 945241d45eb302775eaa656a73e21072081a4f57 (diff) |
Merge pull request #296 from red031000/master
arm9 pxi_fifo
Diffstat (limited to 'arm9/lib/include/CARD_common.h')
-rw-r--r-- | arm9/lib/include/CARD_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arm9/lib/include/CARD_common.h b/arm9/lib/include/CARD_common.h index c8a247ee..1ae31b7a 100644 --- a/arm9/lib/include/CARD_common.h +++ b/arm9/lib/include/CARD_common.h @@ -224,8 +224,6 @@ void CARD_UnlockBackup(u16 lock_id); #define CARD_RETRY_COUNT_MAX 10 -extern BOOL PXI_SendWordByFifo(u32 param1, u32 data, u32 param2); - static inline void CARDi_SendPxi(u32 data) { while (PXI_SendWordByFifo(PXI_FIFO_TAG_FS, data, TRUE) < 0) |