openssl_client, openssl_server example: Fix misspelling of PRIORITY in OPENSSL_EXAMPLE_TASK_PRIORITY

Merges https://github.com/espressif/esp-idf/pull/929
This commit is contained in:
Chris Morgan
2017-08-22 16:27:57 -04:00
committed by Angus Gratton
parent 5a98cbfc0c
commit 76db44e8ce
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
#define OPENSSL_EXAMPLE_TASK_NAME "openssl_example"
#define OPENSSL_EXAMPLE_TASK_STACK_WORDS 10240
#define OPENSSL_EXAMPLE_TASK_PRORIOTY 8
#define OPENSSL_EXAMPLE_TASK_PRIORITY 8
#define OPENSSL_EXAMPLE_RECV_BUF_LEN 1024