mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
Rename time files/namespace to not conflict with existing defs.
This commit is contained in:
parent
f20647feb4
commit
43a11ba048
5 changed files with 14 additions and 14 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "portapack.hpp"
|
||||
|
||||
#include "sd_card.hpp"
|
||||
#include "time.hpp"
|
||||
#include "rtc_time.hpp"
|
||||
|
||||
#include "message.hpp"
|
||||
#include "message_queue.hpp"
|
||||
|
@ -219,7 +219,7 @@ void EventDispatcher::handle_rtc_tick() {
|
|||
|
||||
portapack::temperature_logger.second_tick();
|
||||
|
||||
time::on_tick_second();
|
||||
rtc_time::on_tick_second();
|
||||
}
|
||||
|
||||
ui::Widget* EventDispatcher::touch_widget(ui::Widget* const w, ui::TouchEvent event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue