avr: added modules spi_sw, 23LC512, 25LC256
This commit is contained in:
@@ -133,6 +133,18 @@ modulesInit:
|
||||
bigcall SPIHW_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_SPI_SW
|
||||
bigcall SPISW_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_RAM_23LC512
|
||||
bigcall RAM_23LC512_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_EE_25LC256
|
||||
bigcall EE_25LC256_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_LCD
|
||||
bigcall LCD_Init
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user