aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-05-07 12:56:58 -0700
committerFelipe Balbi <[email protected]>2025-05-07 12:57:49 -0700
commit297ff3d03229bedb2582c171be23b488ecc4e520 (patch)
tree7f63ba0e224b63228ad100a2e88fcbe45bc528a4 /release
parent64ce271af526a9311b0c1c251b19b5ce79032551 (diff)
clocks: remove defmt messages
Whenever any of the defmt-timestamp-uptime* features is enabled, defmt will insert code that reads the timestamp in order to embed it into the format string. This means that we *must* have a functional time driver by the time the very first defmt message is printed. Because clocks.rs is the part of the code setting up clocks that may, indeed, be required by the chosen clock driver, it cannot contain any defmt messages, otherwise it will trigger a read to a function that does not yet exist. Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions