initial commit
[pss20midi] / fw / src / main.c
1 #include <avr/io.h>
2
3 int main(void)
4 {
5         return 0;
6 }