diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-03-21 14:20:05 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-03-21 14:20:05 -0500 |
commit | 0a9c0d01db66d56c6601f5fc2835a694bda633b7 (patch) | |
tree | 26d9ae8afe7be96be142355f592362a03578dc36 /include | |
parent | a54971cfb51e2254ea7d68238243df430a699044 (diff) | |
download | mts-io-sysfs-0a9c0d01db66d56c6601f5fc2835a694bda633b7.tar.gz mts-io-sysfs-0a9c0d01db66d56c6601f5fc2835a694bda633b7.tar.bz2 mts-io-sysfs-0a9c0d01db66d56c6601f5fc2835a694bda633b7.zip |
mtcap fpga loader bug fix
Diffstat (limited to 'include')
-rw-r--r-- | include/General.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/General.h b/include/General.h index 861ec62..5e32f0b 100644 --- a/include/General.h +++ b/include/General.h @@ -59,6 +59,7 @@ typedef unsigned int uint; // 32 bit - even on 64 bit machines #define CRESET "/creset" #define LORA_1_5_MTCAP_SPI "/dev/spidev0.0" +#define LORA_1_5_MTCAP_SPI_FPGA "/dev/spidev0.1" #define LORA_1_5_MTCDT_SPI_AP_1 "/dev/spidev0.2" #define LORA_1_5_MTCDT_SPI_AP_2 "/dev/spidev1.2" |