mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
abstract Device to support multiple device types
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
|
||||
#define PT_DEBUG false
|
||||
|
||||
static bool powerTapRegistered =
|
||||
Device::addDevice("PowerTap", new PowerTapDevice());
|
||||
|
||||
static bool
|
||||
hasNewline(const char *buf, int len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user