diff --git a/eddystone-url/implementations/TI-CC2640/SimpleEddystoneBeacon/CC26xx/Source/Application/simpleEddystoneBeacon.c b/eddystone-url/implementations/TI-CC2640/SimpleEddystoneBeacon/CC26xx/Source/Application/simpleEddystoneBeacon.c index 0f311ea..1e861c8 100644 --- a/eddystone-url/implementations/TI-CC2640/SimpleEddystoneBeacon/CC26xx/Source/Application/simpleEddystoneBeacon.c +++ b/eddystone-url/implementations/TI-CC2640/SimpleEddystoneBeacon/CC26xx/Source/Application/simpleEddystoneBeacon.c @@ -376,13 +376,13 @@ static char* eddystoneURLEncoding[EDDYSTONE_URL_ENCODING_MAX] = ".info/", ".biz/", ".gov/", - ".com/", - ".org/", - ".edu/", - ".net/", - ".info/", - ".biz/", - ".gov/" + ".com", + ".org", + ".edu", + ".net", + ".info", + ".biz", + ".gov" }; static uint32 advCount = 0;