diff options
author | John Klug <john.klug@multitech.com> | 2020-02-25 13:06:26 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-02-25 13:06:26 -0600 |
commit | 937d21665a614dee618e48b51389d3a1e27709bf (patch) | |
tree | b20a98b3d3c0778c6e3c2e2a919a10d4fae063e3 /io-module/mts_io.h | |
parent | ace6855ee90434b77bdf99f915804584251a6ea1 (diff) | |
download | mts-io-937d21665a614dee618e48b51389d3a1e27709bf.tar.gz mts-io-937d21665a614dee618e48b51389d3a1e27709bf.tar.bz2 mts-io-937d21665a614dee618e48b51389d3a1e27709bf.zip |
Support mtcpm CPU board4.3.0
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 5e83879..12647fb 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -49,6 +49,7 @@ struct gpio_pin { uint8_t capability; }; +extern int mts_has_radio(const char *product_id, size_t len); #endif /* __MTS_IO_H */ |