Skip to content
Commit 0e3d9cc2 authored by Michael Hope's avatar Michael Hope Committed by Anas Nashif
Browse files

drivers: mipi_dbi: lower ROM usage by switching reset time to k_timeout_t



Calling k_msleep() leads to a int64_t division, causing udivdi3 and
similar to be linked in.

Keep the outer API the same, but switch to k_timeout_t before passing
to the inner API. This saves 1916 B of ROM.

Signed-off-by: default avatarMichael Hope <mlhx@google.com>
parent 2a46edea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment