samples/subsys/mgmt/hawkbit: Remove unused definition

Remove unused NETWORK_TIMEOUT definition.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2021-08-05 20:45:10 +08:00 committed by Christopher Friedt
commit 7c8de26f45

View file

@ -46,7 +46,6 @@ LOG_MODULE_REGISTER(hawkbit, CONFIG_HAWKBIT_LOG_LEVEL);
#define DOWNLOAD_HTTP_SIZE 200
#define DEPLOYMENT_BASE_SIZE 50
#define RESPONSE_BUFFER_SIZE 1100
#define NETWORK_TIMEOUT (2 * MSEC_PER_SEC)
#define HAWKBIT_RECV_TIMEOUT (300 * MSEC_PER_SEC)
#define SLOT1_SIZE FLASH_AREA_SIZE(image_1)