10 lines
120 B
C++
10 lines
120 B
C++
#pragma once
|
|
|
|
#include <Tactility/hal/uart/Uart.h>
|
|
|
|
namespace tt::hal::gps {
|
|
|
|
bool initGpsDefault(uart_port_t port);
|
|
|
|
}
|