mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
kinetis:tone_alarm fixed rebase error.
This commit is contained in:
committed by
Daniel Agar
parent
f8085423fe
commit
c02fab20fd
@@ -206,7 +206,7 @@ class ToneAlarm : public device::CDev
|
||||
{
|
||||
public:
|
||||
ToneAlarm();
|
||||
~ToneAlarm() = default;
|
||||
~ToneAlarm();
|
||||
|
||||
virtual int init();
|
||||
void status();
|
||||
@@ -287,6 +287,7 @@ ToneAlarm::~ToneAlarm()
|
||||
usleep(100000);
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
ToneAlarm::init()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user