13 lines
107 B
C
13 lines
107 B
C
#include "app.h"
|
|
|
|
int main(void)
|
|
{
|
|
app_init();
|
|
|
|
while (1)
|
|
{
|
|
app_process();
|
|
}
|
|
|
|
}
|