diff options
| author | QMK Bot <hello@qmk.fm> | 2021-02-07 23:16:47 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-02-07 23:16:47 +0000 |
| commit | 3a98bd75c88c5cc64aed72b9d2e3a8857d949fed (patch) | |
| tree | 7edcbbfa0c0efd16e456d6012f90833922d3bb3c /quantum/split_common | |
| parent | b8031a1613290ada50f4cb746216fcae90d8935d (diff) | |
| parent | 99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3 (diff) | |
| download | qmk_firmware-3a98bd75c88c5cc64aed72b9d2e3a8857d949fed.tar.gz qmk_firmware-3a98bd75c88c5cc64aed72b9d2e3a8857d949fed.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/split_common')
| -rw-r--r-- | quantum/split_common/transport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/transport.h b/quantum/split_common/transport.h index f3e752bf9..c667bfab8 100644 --- a/quantum/split_common/transport.h +++ b/quantum/split_common/transport.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "common/matrix.h" | 3 | #include "matrix.h" |
| 4 | 4 | ||
| 5 | void transport_master_init(void); | 5 | void transport_master_init(void); |
| 6 | void transport_slave_init(void); | 6 | void transport_slave_init(void); |
