We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b86b39 commit c414dc2Copy full SHA for c414dc2
portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
@@ -554,6 +554,10 @@
554
#define configASSERT( x ) if( !( x ) ) { porttracePrint( -1 ); printf( "\nAssertion failed in %s:%d\n", __FILE__, __LINE__ ); exit( -1 ); }
555
#endif
556
557
+/* Barriers */
558
+ #define portMEMORY_BARRIER() __asm volatile ( "" ::: "memory" )
559
+
560
561
#endif // __ASSEMBLER__
562
563
/* *INDENT-OFF* */
0 commit comments