Added a debug line
@@ -133,6 +133,7 @@ void lpc_write_ram(struct lpc_device *dev, const struct sprog_data *d, unsigned
last_offset = offset;
last_i = i;
} else {
+ sprog_error("Received '%s'\n", reply_buf);
offset = last_offset;
i = last_i;
}