From dbd91bc4e0c7a18e496872cf31c00606c4353bd0 Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Thu, 7 Mar 2019 14:01:51 +0200 Subject: [PATCH] Remove unused type which was conflicting wiith errno.h --- components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h b/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h index ba4b1926aed..c4d84bc3f59 100644 --- a/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h +++ b/components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h @@ -77,7 +77,6 @@ extern "C" { typedef uint32_t psa_signal_t; typedef int32_t psa_handle_t; -typedef psa_status_t error_t; /* -------------------------------------- Structs ------------------------------------ */