make GPS 'work' on nrf52

This commit is contained in:
geeksville
2020-04-23 16:20:07 -07:00
parent fbd12e1929
commit 2fdb75efdf
5 changed files with 27 additions and 26 deletions

View File

@@ -89,7 +89,7 @@ class DebugInfo
class Screen : public PeriodicTask
{
public:
Screen(uint8_t address, uint8_t sda = 0, uint8_t scl = 0);
Screen(uint8_t address, int sda = -1, int scl = -1);
Screen(const Screen &) = delete;
Screen &operator=(const Screen &) = delete;