Additional calls to initialize SSP1, considering changes I committed minutes earlier.

This commit is contained in:
Jared Boone
2012-06-14 13:09:02 -07:00
parent 570efc1361
commit f53818a46f

View File

@ -61,9 +61,11 @@ int main(void)
pin_setup();
gpio_set(PORT_EN1V8, PIN_EN1V8); /* 1V8 on */
cpu_clock_init();
ssp1_init();
gpio_set(PORT_LED1_3, (PIN_LED1)); /* LED1 on */
ssp1_set_mode_max2837();
max2837_setup();
rffc5071_init();
gpio_set(PORT_LED1_3, (PIN_LED2)); /* LED2 on */