mac-rom-simm-programmer/main.c
Doug Brown 407f6831a9 Initial import of my test code for the SIMM programmer board. Right now
it contains an (untested) MCP23S17 driver complete with AVR SPI support,
and an (untested) external memory interface driver that uses it.
2011-11-25 23:10:30 -08:00

14 lines
127 B
C

/*
* main.c
*
* Created on: Nov 25, 2011
* Author: Doug
*/
int main(void)
{
while (1);
return 0;
}