#include <nitro/card.h>
static inline BOOL CARD_IsBackupFlash(void);
None
Returns TRUE if the designated backup device is FLASH, and FALSE if it is not.
This function determines whether the type of the backup device designated by the CARD_IdentifyBackup
function is FLASH.
CARD_IdentifyBackup, CARD_ReadFlash, CARD_WriteFlash
08/23/2004 Revised the links due to changes to the function
08/18/2004 Initial Version