kopia lustrzana https://github.com/espressif/esp-idf
Fix compile error using asm
In function 'xPortGetCoreID': error: expected ')' before ':' token :"=r"(id)); Merges https://github.com/espressif/esp-idf/pull/1965pull/1965/merge
rodzic
c83c3b64cd
commit
18533346b8
|
@ -205,7 +205,7 @@ BaseType_t xPortInterruptedFromISRContext();
|
|||
/* Multi-core: get current core ID */
|
||||
static inline uint32_t IRAM_ATTR xPortGetCoreID() {
|
||||
int id;
|
||||
asm (
|
||||
__asm__ (
|
||||
"rsr.prid %0\n"
|
||||
" extui %0,%0,13,1"
|
||||
:"=r"(id));
|
||||
|
|
Ładowanie…
Reference in New Issue