Skip to content

Commit a00de86

Browse files
author
Cruz Monrreal
authored
Merge pull request #9976 from kfnta/remove_error_t
PSA: Remove unused type which was conflicting wiith errno.h
2 parents aedc1e1 + dbd91bc commit a00de86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/TARGET_PSA/TARGET_MBED_SPM/psa_defs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ extern "C" {
7777

7878
typedef uint32_t psa_signal_t;
7979
typedef int32_t psa_handle_t;
80-
typedef psa_status_t error_t;
8180

8281
/* -------------------------------------- Structs ------------------------------------ */
8382

0 commit comments

Comments
 (0)