Planck (Lu Zeyu) 255d499884 fix(ll): fix cpp compile error
Merges https://github.com/espressif/esp-idf/pull/12093

fix(ll): remove FLAG_ATTR macro

Such kind of operator overload will not work because C++ thinks such overload is ambiguous and it still prefer the built-in one which accepts and returns integer. Manually force type conversion seems to be unavoidable.
2023-09-14 14:48:12 +08:00
..
2021-11-08 16:14:51 +08:00
2020-11-30 11:12:56 +11:00
2021-06-24 13:16:14 +03:00
2022-07-20 14:59:50 +08:00
2022-11-04 17:40:29 +08:00