Skip to content
Commit c6567319 authored by Simon Glass's avatar Simon Glass Committed by Anatolij Gustschin
Browse files

video: Avoid using #ifdef in console_rotate.c



This code does not really need to use #ifdef. We can use if() instead and
gain build coverage without impacting code size.

Change the #ifdefs to use IS_ENABLED() instead.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 46421197
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment