[zumo-cc3200/zumo-cc3200.git] / src / Energia / libraries / ZumoCC3200 / examples / MasterSlave / apLoop.ino
diff --git a/src/Energia/libraries/ZumoCC3200/examples/MasterSlave/apLoop.ino b/src/Energia/libraries/ZumoCC3200/examples/MasterSlave/apLoop.ino
index 46e1c2019fde3b5d150a8f13eb6645f20c2caa32..bd43035abb3a7c9938d744f51e000c6f36c67b72 100644 (file)
}
/* broadcast the command */
Udp.beginPacket(broadcastIP, CMD_PORT);
- Udp.write("hello slaves");
+ Udp.write((char *)"hello slaves");
Udp.endPacket();
break;
}