git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@924 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
1c95751962
commit
34728efb16
|
@ -57,7 +57,7 @@
|
||||||
* finalized to this objective. Everything you can invoke in the kernel is
|
* finalized to this objective. Everything you can invoke in the kernel is
|
||||||
* designed to not fail unless you pass garbage as parameters, stray pointers
|
* designed to not fail unless you pass garbage as parameters, stray pointers
|
||||||
* as examples. The APIs are not slowed down by parameter checks,
|
* as examples. The APIs are not slowed down by parameter checks,
|
||||||
* parameter checks (and consistency checks) do exists but only when the
|
* parameter checks (and consistency checks) do exist but only when the
|
||||||
* debug switch is activated.<br>
|
* debug switch is activated.<br>
|
||||||
* All the static core APIs always succeed if correct parameters are passed.
|
* All the static core APIs always succeed if correct parameters are passed.
|
||||||
* Exception to this are the optional allocators APIs that, of course,
|
* Exception to this are the optional allocators APIs that, of course,
|
||||||
|
|
Loading…
Reference in New Issue