diff options
author | Patrick Roth <roth@stettbacher.ch> | 2020-10-09 13:24:58 +0200 |
---|---|---|
committer | Patrick Roth <roth@stettbacher.ch> | 2020-10-09 13:24:58 +0200 |
commit | 6e04d6e2cc094aae7122627a96b35fb76038a17e (patch) | |
tree | 73e39de03aada04e2c6a87336b3bc9574945be04 /o3000_upgrade.h | |
parent | Deleted comment lines. (diff) | |
download | o3000-driver-6e04d6e2cc094aae7122627a96b35fb76038a17e.tar.gz o3000-driver-6e04d6e2cc094aae7122627a96b35fb76038a17e.zip |
update --> upgrade , more checks added
Use firmware upgrade instead of update. The firmware update function
does more sanity checks.
Diffstat (limited to '')
-rw-r--r-- | o3000_upgrade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3000_upgrade.h b/o3000_upgrade.h index aa898fa..b88d38c 100644 --- a/o3000_upgrade.h +++ b/o3000_upgrade.h @@ -28,6 +28,6 @@ #ifndef __O3000_UPGRADE_H #define __O3000_UPGRADE_H -int firmware_update(unsigned char *data, int data_len); +int firmware_upgrade(unsigned char *data, int data_len); #endif |