Dreamforce 2014 Workshop RFID Case Generator - FRDM-K64F

Dependencies:   EndpointMain-rfid EthernetInterface StatusReporter BufferedSerial mbed-rtos mbed Logger C12832

Fork of df-2014-workshop-rfid-case-generator-ublox by Doug Anson

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Sun Sep 07 22:23:53 2014 +0000
Parent:
27:9bb430dd6c07
Child:
29:a1067f9eb41c
Commit message:
removed mac address setter

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Sep 07 22:19:30 2014 +0000
+++ b/main.cpp	Sun Sep 07 22:23:53 2014 +0000
@@ -44,19 +44,6 @@
  // HARD RESET
 extern "C" void HardFault_Handler() { NVIC_SystemReset(); }
 
-// WEAK Function for debugging
-extern "C" void mbed_mac_address(char * mac) {
-    mac[0] = 0x44;
-    mac[1] = 0x45;
-    mac[2] = 0x56;
-    mac[3] = 0x67;
-    mac[4] = 0x78;
-    mac[5] = 0x89;
-    pc.printf("MAC " );
-    for(int i=0;i<6;++i) pc.printf(":%.2x",mac[i]);
-    pc.printf("\r\n");
-}
-
  // Main Task...
  void mainTask(void const *v) {
     // create our object instances