From 937d21665a614dee618e48b51389d3a1e27709bf Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 25 Feb 2020 13:06:26 -0600 Subject: Support mtcpm CPU board --- io-module/mts_io.h | 1 + 1 file changed, 1 insertion(+) (limited to 'io-module/mts_io.h') 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 */ -- cgit v1.2.3