a5dff52a71
The ASSERT is too strong, as it cannot be disabled, so changing to DEBUGASSERT, as calling these functions should not be a problem as long as the application logic handle the error correctly. The error code is changed to ENOSYS, as it seems to better reflect the fact that the call itself would be valid, but the functionality is not implemented (see [1] or `man errno`). [1] https://www.gnu.org/software/libc/manual/html_node/Error-Codes.html |
||
---|---|---|
.. | ||
.gitignore | ||
gs2200m_main.c | ||
Kconfig | ||
Make.defs | ||
Makefile |