esp-idf/components/soc/esp32/include
Angus Gratton 2ec04b57de soc esp32: Removes parentheses from RTC_MEM_xyz macros that expand directly to single numbers
Not necessary in these cases, and prevents parens from expanding into the
assembly code such as added in 562ab01046  -
a pattern which is accepted by GCC assembler but illegal syntax for LLVM assembler.

As reported https://github.com/espressif/llvm-project/issues/35#issuecomment-726853574
2021-02-08 10:08:01 +11:00
..
soc soc esp32: Removes parentheses from RTC_MEM_xyz macros that expand directly to single numbers 2021-02-08 10:08:01 +11:00