Files
esp-idf/tools
Darian Leung c45784b8c4 hal: Fix systimer counter value bit field
This commit fixes the systimer_counter_value_t by adding a resreved field so that the
type fills 64-bits.

Without the reserved field, when compiling with -O0 optimization, the unoccupied high
bits would not be initalized by the compiler, leading to systimer_hal_get_counter_value()
returning a garbage value.
2022-05-26 12:56:25 +00:00
..
2021-11-30 09:42:12 +08:00
2022-05-19 11:10:59 +08:00
2021-11-30 09:42:12 +08:00
2022-05-24 14:01:50 +02:00
2022-05-24 14:01:50 +02:00