From eebf268ead2fa2a6cab44b49f43f1564417d0e2b Mon Sep 17 00:00:00 2001 From: Riccardo Date: Tue, 23 Jul 2019 16:12:52 -0700 Subject: [PATCH] hasGps is a better name than hasGpsAntenna --- log.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.capnp b/log.capnp index 50faebc1619aa5..0dcb27f3ab81fa 100644 --- a/log.capnp +++ b/log.capnp @@ -302,7 +302,7 @@ struct HealthData { controlsAllowed @3 :Bool; gasInterceptorDetected @4 :Bool; startedSignalDetectedDeprecated @5 :Bool; - hasGpsAntenna @6 :Bool; + hasGps @6 :Bool; canSendErrs @7 :UInt32; canFwdErrs @8 :UInt32; gmlanSendErrs @9 :UInt32;