All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m19s
8 lines
87 B
C
8 lines
87 B
C
#include <m/system.h>
|
|
|
|
void app_main (void) {
|
|
for (;;) {
|
|
/* test ('x'); */
|
|
}
|
|
}
|