reordering the directory structure

This commit is contained in:
sharandac
2020-07-29 07:55:09 +02:00
parent 7873331c59
commit 25cabd13b0
62 changed files with 126 additions and 63 deletions

View File

@@ -29,8 +29,6 @@
#include "keyboard.h"
#include "mainbar/mainbar.h"
#include "widget/weather/weather.h"
#include "hardware/powermgm.h"
#include "hardware/display.h"
@@ -56,8 +54,6 @@ void gui_setup(void)
keyboard_setup();
lv_disp_trig_activity(NULL);
weather_widget_setup();
return;
}