Fix alarm on time change
This commit is contained in:
parent
26ae828e39
commit
470db4ab99
2 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ void DateTime::SetTime(
|
|||
UpdateTime(systickCounter);
|
||||
NRF_LOG_INFO("* %d %d %d ", this->hour, this->minute, this->second);
|
||||
NRF_LOG_INFO("* %d %d %d ", this->day, this->month, this->year);
|
||||
|
||||
systemTask->PushMessage(System::Messages::OnNewTime);
|
||||
}
|
||||
|
||||
void DateTime::UpdateTime(uint32_t systickCounter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue