Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Sep 19, 2021
1 parent 500e089 commit f8bee9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ void System::commands_init() {
Command::add(EMSdevice::DeviceType::SYSTEM, F_(watch), System::command_watch, F("watch incoming telegrams"), CommandFlag::ADMIN_ONLY);
Command::add(EMSdevice::DeviceType::SYSTEM, F_(syslog_level), System::command_syslog_level, F("set syslog level"), CommandFlag::ADMIN_ONLY);
}

// flashes the LED
void System::led_monitor() {
if (!led_gpio_) {
Expand Down

0 comments on commit f8bee9b

Please sign in to comment.