mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Oops, left in a debugging break.n. Removed.
This commit is contained in:
parent
925fbb587e
commit
609f75a8c0
@ -298,7 +298,6 @@ void vPortCPUAcquireMutex(portMUX_TYPE *mux) {
|
||||
uint32_t cnt=(1<<16);
|
||||
if ( (mux->mux & portMUX_MAGIC_MASK) != portMUX_MAGIC_VAL ) {
|
||||
ets_printf("ERROR: vPortCPUAcquireMutex: mux %p is uninitialized (0x%X)! Called from %s line %d.\n", mux, mux->mux, fnName, line);
|
||||
asm("break.n 1");
|
||||
mux->mux=portMUX_FREE_VAL;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user