diff options
| author | Damien George | 2014-10-23 14:25:32 +0100 |
|---|---|---|
| committer | Damien George | 2014-10-23 14:25:32 +0100 |
| commit | 185cb0d943aa73485a83e1c146d9db899973378d (patch) | |
| tree | 4e3128ddb6e30ba15f666aabbddb82f8df3729c1 /stmhal/Makefile | |
| parent | e7bb0443cda9bfb88791c3a99bf0331217390eb4 (diff) | |
stmhal: Use OSError with POSIX error code for HAL errors.
Addresses issue #921.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index b3b2d7a9b..878e6ca10 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -80,6 +80,7 @@ SRC_C = \ usbd_desc_cdc_msc.c \ usbd_cdc_interface.c \ usbd_msc_storage.c \ + mphal.c \ irq.c \ pendsv.c \ systick.c \ |
