mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9976 from kfnta/remove_error_t
PSA: Remove unused type which was conflicting wiith errno.hpull/10011/head
commit
a00de86493
|
@ -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 ------------------------------------ */
|
||||
|
||||
|
|
Loading…
Reference in New Issue