diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 10:45:25 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-24 10:45:25 -0400 |
commit | fa97b5d1fadca8fc6ef0a95e6a6b35e756f9434e (patch) | |
tree | 1e9eca4ce72ecca8c86a246f81d08f2bfe89c607 | |
parent | f59a5d3655a17eba162f60727d73c7c79b057cbc (diff) |
added FIXME
-rw-r--r-- | device-functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.c b/device-functions.c index 36ff8a4..958c2cf 100644 --- a/device-functions.c +++ b/device-functions.c @@ -4193,6 +4193,7 @@ int do_full_self_cal(CalStruct *caldata) globals.Flash.self_cal_typical_time_min = (int) (diff_timer / 60); globals.Flash.self_cal_typical_time_sec = (int) (diff_timer % 60); + // FIXME - cpp buffer error sprintf(string,"Completed in %d minutes and %d seconds\n\r", globals.Flash.self_cal_typical_time_min, globals.Flash.self_cal_typical_time_sec); strcat (caldata->response, string); |