circuitpython/ports/renesas-ra/boards/RA6M2_EK/ra_gen/main.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
119 B
C
Raw Normal View History

/* generated main source file - do not edit */
#include "hal_data.h"
int main(void) {
hal_entry();
return 0;
}