diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/config.def.h | 2 | ||||
-rw-r--r-- | main/i2c.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/main/config.def.h b/main/config.def.h index cb6e8b4..1ec8a5c 100644 --- a/main/config.def.h +++ b/main/config.def.h @@ -71,10 +71,10 @@ #ifdef CFG_NET_DISABLE #undef CFG_NET_COUNTRY +//! Radio communications country #define CFG_NET_COUNTRY CYW43_COUNTRY_WORLDWIDE #endif #ifndef CFG_NET_COUNTRY -//! Radio communications country #define CFG_NET_COUNTRY CYW43_COUNTRY_NETHERLANDS #endif /// \} @@ -12,6 +12,7 @@ #include "pb-buf.h" #include "pb-send.h" +//! Puzzle module handle typedef struct { i2c_addr_t sender; //!< I2C address of sender pb_global_state_t state; //!< global state |