Skip to content

Commit

Permalink
it wasn't necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed Oct 15, 2024
1 parent c05177b commit 94060b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions hardware/arduino/zunoG2/cores/ZWSupport/ZWSupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ static const uint8_t FREQ_TBL_CONV[][2] = { {ZME_FREQ_EU, REGION_EU},
{ZME_FREQ_MY, REGION_KR},
{ZME_FREQ_LR_US, REGION_US_LR}};

bool zuno_IsLr(void) {
if (g_zuno_sys->node_id >= 0x100)
return (true);
return (false);
}

// -----------------------------------------------------------------
// STATIC NIF
Expand Down
2 changes: 0 additions & 2 deletions hardware/arduino/zunoG2/cores/includes/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ enum{
ZUNO_SECUREPARAM_UNDEFINED = 0xFF,
};

bool zuno_IsLr(void);

// Configurator
#define zunoChangeDefine(type, v) type v, _##v
#define zunoChangeInit(v, i) v = i; _##v = v + 1
Expand Down

0 comments on commit 94060b4

Please sign in to comment.