File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* Copyright (C) 2021 JF, Adam Pigg, Avamander
1+ /* Copyright (C) 2021 mruss77, Florian
2+
23 This file is part of InfiniTime.
4+
35 InfiniTime is free software: you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published
57 by the Free Software Foundation, either version 3 of the License, or
68 (at your option) any later version.
9+
710 InfiniTime is distributed in the hope that it will be useful,
811 but WITHOUT ANY WARRANTY; without even the implied warranty of
912 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1013 GNU General Public License for more details.
14+
1115 You should have received a copy of the GNU General Public License
1216 along with this program. If not, see <https://www.gnu.org/licenses/>.
1317*/
@@ -28,8 +32,9 @@ APP_TIMER_DEF(alarmAppTimer);
2832namespace {
2933 void SetOffAlarm (void * p_context) {
3034 auto * controller = static_cast <Pinetime::Controllers::AlarmController*>(p_context);
31- if (controller != nullptr )
35+ if (controller != nullptr ) {
3236 controller->SetOffAlarmNow ();
37+ }
3338 }
3439}
3540
Original file line number Diff line number Diff line change 1- /* Copyright (C) 2021 JF, Adam Pigg, Avamander
1+ /* Copyright (C) 2021 mruss77, Florian
2+
23 This file is part of InfiniTime.
4+
35 InfiniTime is free software: you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published
57 by the Free Software Foundation, either version 3 of the License, or
68 (at your option) any later version.
9+
710 InfiniTime is distributed in the hope that it will be useful,
811 but WITHOUT ANY WARRANTY; without even the implied warranty of
912 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1013 GNU General Public License for more details.
14+
1115 You should have received a copy of the GNU General Public License
1216 along with this program. If not, see <https://www.gnu.org/licenses/>.
1317*/
Original file line number Diff line number Diff line change 1- /* Copyright (C) 2021 JF, Adam Pigg, Avamander
1+ /* Copyright (C) 2021 mruss77, Florian
2+
23 This file is part of InfiniTime.
4+
35 InfiniTime is free software: you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published
57 by the Free Software Foundation, either version 3 of the License, or
68 (at your option) any later version.
9+
710 InfiniTime is distributed in the hope that it will be useful,
811 but WITHOUT ANY WARRANTY; without even the implied warranty of
912 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1013 GNU General Public License for more details.
14+
1115 You should have received a copy of the GNU General Public License
1216 along with this program. If not, see <https://www.gnu.org/licenses/>.
1317*/
Original file line number Diff line number Diff line change 1- /* Copyright (C) 2021 JF, Adam Pigg, Avamander
1+ /* Copyright (C) 2021 mruss77, Florian
2+
23 This file is part of InfiniTime.
4+
35 InfiniTime is free software: you can redistribute it and/or modify
46 it under the terms of the GNU General Public License as published
57 by the Free Software Foundation, either version 3 of the License, or
68 (at your option) any later version.
9+
710 InfiniTime is distributed in the hope that it will be useful,
811 but WITHOUT ANY WARRANTY; without even the implied warranty of
912 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1013 GNU General Public License for more details.
14+
1115 You should have received a copy of the GNU General Public License
1216 along with this program. If not, see <https://www.gnu.org/licenses/>.
1317*/
You can’t perform that action at this time.
0 commit comments