//! Get status of the last command
//!
//! @return 0 => Success,\n 1 => Failure
//!
TBDML_API unsigned char _tbdml_get_last_sts(void) {

   return USBDM_GetCommandStatus();
}
//! Get status of the last command
//!
//! @return 0 => Success,\n 1 => Failure
//!
OSBDM_API unsigned char _opensourcebdm_get_last_sts(void) {

   return USBDM_GetCommandStatus();
}