Fixed all the includes that were broken due to the renames
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include <libraries/log/nrf_log.h>
|
||||
#include <libraries/gpiote/app_gpiote.h>
|
||||
#include <drivers/Cst816s.h>
|
||||
#include <DisplayApp/LittleVgl.h>
|
||||
#include "displayapp/LittleVgl.h"
|
||||
#include <hal/nrf_rtc.h>
|
||||
#include <Components/Ble/NotificationManager.h>
|
||||
#include "components/ble/NotificationManager.h"
|
||||
#include <host/ble_gatt.h>
|
||||
#include <host/ble_hs_adv.h>
|
||||
#include "SystemTask.h"
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <host/util/util.h>
|
||||
#include <drivers/InternalFlash.h>
|
||||
#include "../main.h"
|
||||
#include "Components/Ble/NimbleController.h"
|
||||
#include "components/ble/NimbleController.h"
|
||||
|
||||
using namespace Pinetime::System;
|
||||
|
||||
|
Reference in New Issue
Block a user