mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
delete '!!!'
This commit is contained in:
parent
de57c04fb4
commit
ed4c83a935
44 changed files with 206 additions and 187 deletions
|
@ -56,7 +56,7 @@ static osPriority makeCmsisPriority (unsigned portBASE_TYPE fpriority)
|
|||
return priority;
|
||||
}
|
||||
|
||||
/* pvvx!!! */
|
||||
/* pvvx! */
|
||||
static uint32_t __get_IPSR(void)
|
||||
{
|
||||
uint32_t result;
|
||||
|
|
|
@ -159,7 +159,7 @@ PRTL_MAILBOX RtlMailboxCreate(
|
|||
// check if this mailbox ID is ocupied ?
|
||||
pMBox = RtlMBoxIdToHdl(MboxID);
|
||||
if (NULL != pMBox) {
|
||||
MSG_MBOX_ERR("RtlMailboxCreate: The Mailbox ID %d is used by someone!!\n", MboxID);
|
||||
MSG_MBOX_ERR("RtlMailboxCreate: The Mailbox ID %d is used by someone!\n", MboxID);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
@ -1068,7 +1068,7 @@ static void worker_thread_main( void *arg )
|
|||
{
|
||||
message.function(message.buf, message.buf_len, message.flags, message.user_data);
|
||||
if(message.buf){
|
||||
//printf("\n!!!!!Free %p(%d)\n", message.buf, message.buf_len);
|
||||
//printf("\n!Free %p(%d)\n", message.buf, message.buf_len);
|
||||
_rtw_mfree(message.buf, message.buf_len);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue