]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - zumo-cc3200/zumo-cc3200.git/blobdiff - src/Energia/libraries/ZumoCC3200/examples/MasterSlave/apLoop.ino
eliminate implicit cast away of const warning
[zumo-cc3200/zumo-cc3200.git] / src / Energia / libraries / ZumoCC3200 / examples / MasterSlave / apLoop.ino
index 46e1c2019fde3b5d150a8f13eb6645f20c2caa32..bd43035abb3a7c9938d744f51e000c6f36c67b72 100644 (file)
@@ -173,7 +173,7 @@ void apLoop()
         }
         /* broadcast the command */
         Udp.beginPacket(broadcastIP, CMD_PORT);
-        Udp.write("hello slaves");
+        Udp.write((char *)"hello slaves");
         Udp.endPacket();
         break;
   }