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

Commit

Permalink
Fix OTA pal tests on windows simulator (#1917)
Browse files Browse the repository at this point in the history
Winsim now fallback to use the signing cert from the header file if it's
not found on file system
  • Loading branch information
Tiangang Song authored Apr 20, 2020
1 parent ec9782d commit 77c946d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 77c946d

Please sign in to comment.