[errno code]fix that use RT_ENOSYS without - (#7084)

* [errno code]fix that use RT_ENOSYS without -

* Update bsp/airm2m/air32f103/libraries/rt_drivers/drv_hwtimer.c

---------

Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
This commit is contained in:
Zxy
2023-03-23 13:54:42 +08:00
committed by GitHub
parent e15adf5e45
commit 4ed9bc11f7
35 changed files with 123 additions and 123 deletions
+1 -1
View File
@@ -613,7 +613,7 @@ static int _noncache(uintptr_t *pte)
else
{
// do not support other type to be noncache
err = RT_ENOSYS;
err = -RT_ENOSYS;
}
return err;
}