display_stub.c 220 B

1234
  1. // Stub — display_init() provided as inline no-op in display.h
  2. // when CONFIG_DISPLAY_ENABLED is not set.
  3. // This file exists solely to give the component a non-INTERFACE CMake target.
  4. typedef int display_stub_unused;