Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nlp-driving
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineYousfi committed Oct 20, 2023
2 parents bcdbfcf + bc38214 commit 5dcf486
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-yaml
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.0
hooks:
- id: mypy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.0
hooks:
- id: ruff
- repo: local
Expand Down
2 changes: 2 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ struct InitData {

commands @19 :Map(Text, Data);

wallTimeNanos @20 :UInt64;

enum DeviceType {
unknown @0;
neo @1;
Expand Down
2 changes: 0 additions & 2 deletions visionipc/visionipc_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class VisionIpcClient {
cl_device_id device_id = nullptr;
cl_context ctx = nullptr;

void init_msgq(bool conflate);

public:
bool connected = false;
VisionStreamType type;
Expand Down

0 comments on commit 5dcf486

Please sign in to comment.