mirror of https://github.com/ARMmbed/mbed-os.git
The inject test can run also on single core CPU's such as K64F
parent
c3bd6f12d2
commit
d614fd8955
|
@ -16,7 +16,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#if (!defined(TARGET_PSA) || !defined(COMPONENT_PSA_SRV_IPC))
|
||||
#if ((!defined(TARGET_PSA) || (!defined(COMPONENT_PSA_SRV_IPC)) && !defined(MBEDTLS_ENTROPY_NV_SEED)))
|
||||
#error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
|
||||
#endif // TARGET_PSA
|
||||
|
||||
|
|
Loading…
Reference in New Issue