Skip to content
Snippets Groups Projects
Commit c02fab20 authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

kinetis:tone_alarm fixed rebase error.

parent f8085423
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment