git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6168 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4f49b546b1
commit
120b97e070
|
@ -75,9 +75,6 @@ void osalInit(void) {
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
#if !defined(__DOXYGEN__)
|
|
||||||
__attribute__((weak))
|
|
||||||
#endif
|
|
||||||
void osalSysHalt(const char *reason) {
|
void osalSysHalt(const char *reason) {
|
||||||
|
|
||||||
osal_halt_msg = reason;
|
osal_halt_msg = reason;
|
||||||
|
|
Loading…
Reference in New Issue