Skip to content

Commit 94060b4

Browse files
committed
it wasn't necessary
1 parent c05177b commit 94060b4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

hardware/arduino/zunoG2/cores/ZWSupport/ZWSupport.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ static const uint8_t FREQ_TBL_CONV[][2] = { {ZME_FREQ_EU, REGION_EU},
5454
{ZME_FREQ_MY, REGION_KR},
5555
{ZME_FREQ_LR_US, REGION_US_LR}};
5656

57-
bool zuno_IsLr(void) {
58-
if (g_zuno_sys->node_id >= 0x100)
59-
return (true);
60-
return (false);
61-
}
6257

6358
// -----------------------------------------------------------------
6459
// STATIC NIF

hardware/arduino/zunoG2/cores/includes/Arduino.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ enum{
3333
ZUNO_SECUREPARAM_UNDEFINED = 0xFF,
3434
};
3535

36-
bool zuno_IsLr(void);
37-
3836
// Configurator
3937
#define zunoChangeDefine(type, v) type v, _##v
4038
#define zunoChangeInit(v, i) v = i; _##v = v + 1

0 commit comments

Comments
 (0)