mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
9 lines
119 B
C
9 lines
119 B
C
#define USE_MAIN
|
|
#include "uvm32_target.h"
|
|
|
|
void main(void) {
|
|
for (int i=0;i<10;i++) {
|
|
printd(i);
|
|
}
|
|
}
|
|
|