mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-976: RE-run uncrustify
This commit is contained in:
parent
a8c946dcb2
commit
45391abd55
@ -89,7 +89,7 @@ extern void StartModules();
|
|||||||
static initmodule_t __initcall_##ifn __attribute__((__used__)) \
|
static initmodule_t __initcall_##ifn __attribute__((__used__)) \
|
||||||
__attribute__((__section__(".initcall" level ".init"))) = { .fn_minit = ifn, .fn_tinit = sfn }
|
__attribute__((__section__(".initcall" level ".init"))) = { .fn_minit = ifn, .fn_tinit = sfn }
|
||||||
|
|
||||||
#define MODULE_INITCALL(ifn, sfn) __define_module_initcall("module", ifn, sfn)
|
#define MODULE_INITCALL(ifn, sfn) __define_module_initcall("module", ifn, sfn)
|
||||||
|
|
||||||
#define MODULE_INITIALISE_ALL \
|
#define MODULE_INITIALISE_ALL \
|
||||||
{ for (initmodule_t *fn = __module_initcall_start; fn < __module_initcall_end; fn++) { \
|
{ for (initmodule_t *fn = __module_initcall_start; fn < __module_initcall_end; fn++) { \
|
||||||
|
Loading…
Reference in New Issue
Block a user