Skip to content

Commit

Permalink
Update qf_port.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Mar 22, 2022
1 parent cc9c845 commit b64ea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qf_port.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extern PRIVILEGED_DATA portMUX_TYPE QF_esp32mux;

#if defined( CONFIG_QP_PINNED_TO_CORE_0 )
#define QP_CPU_NUM PRO_CPU_NUM
#elif defined( CONFIG_QP_PINNED_TO_CORE_0 )
#elif defined( CONFIG_QP_PINNED_TO_CORE_1 )
#define QP_CPU_NUM APP_CPU_NUM
#else
/* Defaults to APP_CPU */
Expand Down

0 comments on commit b64ea67

Please sign in to comment.