reflow-oven-control-sw/stm-firmware/updater/ram-code/main.c

7 lines
60 B
C

#include <stdint.h>
int ram_code_main(void)
{
return 0;
}