STM32GENERIC/STM32/libraries/HardwareTest/examples/AutomaticCompilation/Empty/Empty.ino

9 lines
84 B
C++

//Automatic testing compilation of empty sketch
void setup() {
}
void loop() {
}