]> begriffs open source - freertos/commit
Fix pxPreviousTCB compile warning (#464)
authorDarian <32921628+Dazza0@users.noreply.github.com>
Sun, 6 Mar 2022 22:21:39 +0000 (06:21 +0800)
committerGitHub <noreply@github.com>
Sun, 6 Mar 2022 22:21:39 +0000 (14:21 -0800)
commit4446c8f0ea97707bdf12c403ab7d7fdbdd061418
tree8d8c0175612541e692a3f10cf2c797880a119995
parent4832377117b4198db43009f2b548497d9cdbf8da
Fix pxPreviousTCB compile warning (#464)

When compiling with configNUM_CORES == 1 and configUSE_CORE_AFFINITY == 1,
pxPreviousTCB will generate a "set but unused" warning.
tasks.c