picofuse
include
picofuse
sys
halt.h
Go to the documentation of this file.
1
9
#pragma once
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
24
_Noreturn
void
sys_halt
(
void
);
25
27
28
#ifdef __cplusplus
29
}
30
#endif
sys_halt
_Noreturn void sys_halt(void)
Halts the system and never returns.