From 22a8bc70ea220e6dac796527db5e5614b17c61c1 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Wed, 21 Aug 2013 10:03:54 +0200 Subject: [PATCH] Add a warning to the firmware update code. --- src/hw_ostc.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/hw_ostc.c b/src/hw_ostc.c index 4a389ad..fac8ebc 100644 --- a/src/hw_ostc.c +++ b/src/hw_ostc.c @@ -860,7 +860,14 @@ hw_ostc_firmware_write (hw_ostc_device_t *device, unsigned char *data, unsigned return rc; } - +/* + * Think twice before modifying the code for updating the ostc firmware! + * It has been carefully developed and tested with assistance from + * Heinrichs-Weikamp, using a special development unit. If you start + * experimenting with a normal unit and accidentally screw up, you might + * brick the device permanently and turn it into an expensive + * paperweight. You have been warned! + */ dc_status_t hw_ostc_device_fwupdate (dc_device_t *abstract, const char *filename) {