Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request aws#2283 from lightblu/minor-cond-if-fix
Browse files Browse the repository at this point in the history
Fix precompiler if should be ifdef in ota agent
  • Loading branch information
pvyawaha authored Jul 20, 2020
2 parents a126b0c + 214b861 commit d02f0e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ typedef struct OTA_FileContext
{
int32_t lFileHandle; /*!< Device internal file pointer or handle.
* File type is handle after file is open for write. */
#if WIN32
#ifdef WIN32
FILE * pxFile; /*!< File type is stdio FILE structure after file is open for write. */
#endif
uint8_t * pucFile; /*!< File type is RAM/Flash image pointer after file is open for write. */
Expand Down

0 comments on commit d02f0e6

Please sign in to comment.