rdkcentral / rdk-halif-test-power_manager

RDK Power Hardware Abstraction Layer Test Suite
Apache License 2.0
3 stars 1 forks source link

gh #15 Code Cleanup in L1 for power_manager #17

Closed Sumip98 closed 2 months ago

Sumip98 commented 2 months ago
  1. Clean up unnecessary code in L1: Removed the unused variables, and macros and compiled with zero warnings. FATAL used in all tests is removed except for init and term APIs.
    Reviewed the usage of casting.

  2. Re-checked if any new API interface has been added recently and requires an L1 test case, no new API interface was found.