summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com>2023-02-03 09:35:44 -0800
committerGitHub <noreply@github.com>2023-02-03 09:35:44 -0800
commitfe9322ca23ec6c6a54a879b951352a18ebf30b30 (patch)
tree6fe19dfc082b38dca981802d075709a8a1203cb9
parentf2796758e8e35a5da90f4e8eea7b64caf0e8dfb4 (diff)
downloadfreertos-git-fe9322ca23ec6c6a54a879b951352a18ebf30b30.tar.gz
Remove commented signing cert constant (#917)
Removes the commented signing cert constant variable from the PAL header file. The correct location for this constant is the aws_ota_codesigner_certificate.h file.
-rw-r--r--FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h b/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h
index 38d6588e0..2159a5c97 100644
--- a/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h
+++ b/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ota_pal.h
@@ -34,8 +34,6 @@
#include "ota.h"
-//static const char signingcredentialSIGNING_CERTIFICATE_PEM[] = "Paste code signing certificate here.";
-
/**
* @brief Abort an OTA transfer.
*