nsp specific components for the NSP version of the impact endpoint

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
8:4060275b2246
Parent:
7:0207dfb9c36b
Child:
10:2dfcdfd0ebd5
diff -r 0207dfb9c36b -r 4060275b2246 NSPDefinitions.h
--- a/NSPDefinitions.h	Mon Mar 31 20:03:43 2014 +0000
+++ b/NSPDefinitions.h	Mon Mar 31 20:15:52 2014 +0000
@@ -36,9 +36,11 @@
 // Personality Name Configuration
 #ifdef LIGHT_PERSONALITY
     #define PERSONALITY_NAME        "light-nsp-%d"      // name of each personality (i.e. light) in this endpoint
+    #define PERSONALITY_TYPE        "Light"             // type of personality
 #endif
 #ifdef COPCAR_PERSONALITY
     #define PERSONALITY_NAME        "copcar-nsp-%d"     // name of each personality (i.e. copcar) in this endpoint
+    #define PERSONALITY_TYPE        "Cop Car"           // type of personality
 #endif
 
 // NSP Configuration