etrobocon2019 feat.KatLab
ece30a9a007fff7d3ad48592c0d09a74643377bb
src
app.h
[詳解]
1
#ifdef __cplusplus
2
extern
"C"
{
3
#endif
4
5
#include "ev3api.h"
6
7
#define MAIN_PRIORITY TMIN_APP_TPRI + 1
8
9
#ifndef STACK_SIZE
10
#define STACK_SIZE 4096
11
#endif
/* STACK_SIZE */
12
13
#ifndef TOPPERS_MACRO_ONLY
14
15
extern
void
main_task
(intptr_t exinf);
16
17
#endif
/* TOPPERS_MACRO_ONLY */
18
19
#ifdef __cplusplus
20
}
21
#endif
main_task
void main_task(intptr_t exinf)
Definition:
app.cpp:10
構築:
1.8.13