14e459e50f
Implemented basic GPS support: - GPS HAL - GPS Service - GPS Settings app
7 lines
64 B
C++
7 lines
64 B
C++
#pragma once
|
|
|
|
namespace tt::app::gpssettings {
|
|
|
|
void start();
|
|
|
|
} |