Rename time files/namespace to not conflict with existing defs.

This commit is contained in:
Jared Boone 2016-08-21 17:49:06 -07:00
parent f20647feb4
commit 43a11ba048
5 changed files with 14 additions and 14 deletions

View file

@ -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) {