diff options
author | John Klug <john.klug@multitech.com> | 2018-04-09 17:19:39 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-05-02 14:31:48 -0500 |
commit | 01411dc00cfc85b3a80e7ba7992f7ea390f65318 (patch) | |
tree | 896f1fd9c38d87a00c913355ff443c6aa4c69f6b /util | |
parent | 88188953e0e5cf566bafd7032dbfc9000f8dc961 (diff) | |
download | mts-io-01411dc00cfc85b3a80e7ba7992f7ea390f65318.tar.gz mts-io-01411dc00cfc85b3a80e7ba7992f7ea390f65318.tar.bz2 mts-io-01411dc00cfc85b3a80e7ba7992f7ea390f65318.zip |
Add LoRa 2.1 Reset Utility
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index a3355d6..b47de3c 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -3,4 +3,3 @@ AUTOMAKE_OPTIONS = gnu AM_CFLAGS = -Wall mts_util_lora2_reset_SOURCES = mts_util_lora2_reset.c sbin_PROGRAMS = mts-util-lora2-reset - |