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

7 lines
60 B
C
Raw Normal View History

2020-12-07 21:39:07 +01:00
#include <stdint.h>
int ram_code_main(void)
{
return 0;
}