Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Fix OTA pal tests on windows simulator #1917

Merged
merged 1 commit into from
Apr 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
#define otatestpalFIRMWARE_FILE "dummy.bin"

/**
* @brief Some boards OTA PAL layers will use the file names passed into it for the
* @brief Some boards OTA PAL layers will use the file names passed into it for the
* image and the certificates because their non-volatile memory is abstracted by a
* file system. Set this to 1 if that is the case for your device.
*/
#define otatestpalUSE_FILE_SYSTEM 1
#define otatestpalUSE_FILE_SYSTEM 0

/**
* @brief 1 if prvPAL_CheckFileSignature() is implemented in aws_ota_pal.c.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
#define otatestpalFIRMWARE_FILE "dummy.bin"

/**
* @brief Some boards OTA PAL layers will use the file names passed into it for the
* @brief Some boards OTA PAL layers will use the file names passed into it for the
* image and the certificates because their non-volatile memory is abstracted by a
* file system. Set this to 1 if that is the case for your device.
*/
#define otatestpalUSE_FILE_SYSTEM 1
#define otatestpalUSE_FILE_SYSTEM 0

/**
* @brief 1 if prvPAL_CheckFileSignature() is implemented in aws_ota_pal.c.
Expand Down