summaryrefslogtreecommitdiff
path: root/device-functions.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-15 14:32:20 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-15 14:32:20 -0400
commit30b30a08e66a592d61edd324839a79d5f9ea3066 (patch)
treea32d753fbb7ea2484552464baf61f9de2b70f2c3 /device-functions.c
parentafe947555b59c38e521d588e3e4ba96a9b764ff4 (diff)
fix missing SN in idn string
Diffstat (limited to 'device-functions.c')
-rw-r--r--device-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c
index 2ec40e8..f96cfef 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -13,7 +13,7 @@
void idn_string(gchar** response)
{
- *response = g_strdup_printf ("AVTECH ELECTROSYSTEMS,%s,%s,v%s",
+ *response = g_strdup_printf ("AVTECH ELECTROSYSTEMS,%s,SN:%s,v%s",
globals.Flash.model_num,
globals.Flash.serial_num,
FW_VERSION);