Change lib nRF24L01 to Davide Geroni
This commit is contained in:
@ -37,7 +37,7 @@ HEX_EEPROM_FLAGS += --change-section-lma .eeprom=0 --no-change-warnings
|
||||
|
||||
|
||||
## Objects that must be built in order to link
|
||||
OBJECTS = main.o uart_addon.o uart.o nrf24.o radioPinFunctions.o
|
||||
OBJECTS = main.o uart_addon.o uart.o spi.o nrf24l01.o
|
||||
|
||||
## Objects explicitly added by the user
|
||||
LINKONLYOBJECTS =
|
||||
@ -55,10 +55,10 @@ uart_addon.o: ../uart/uart_addon.c
|
||||
uart.o: ../uart/uart.c
|
||||
$(CC) $(INCLUDES) $(CFLAGS) -c $<
|
||||
|
||||
nrf24.o: ../nrf24l01/nrf24.c
|
||||
spi.o: ../spi/spi.c
|
||||
$(CC) $(INCLUDES) $(CFLAGS) -c $<
|
||||
|
||||
radioPinFunctions.o: ../nrf24l01/radioPinFunctions.c
|
||||
nrf24l01.o: ../nrf24l01/nrf24l01.c
|
||||
$(CC) $(INCLUDES) $(CFLAGS) -c $<
|
||||
|
||||
##Link
|
||||
|
Reference in New Issue
Block a user