refactor tree, add ecad, mcad
This commit is contained in:
@@ -31,11 +31,11 @@ class LowPower {
|
||||
public:
|
||||
LowPower() = delete;
|
||||
|
||||
static Common::ReturnCode init();
|
||||
static Common::ReturnCode sleep();
|
||||
static Common::ReturnCode stop();
|
||||
static Common::ReturnCode enable_debug();
|
||||
static Common::ReturnCode disable_debug();
|
||||
static BSP::ReturnCode init();
|
||||
static BSP::ReturnCode sleep();
|
||||
static BSP::ReturnCode stop();
|
||||
static BSP::ReturnCode enable_debug();
|
||||
static BSP::ReturnCode disable_debug();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user