Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/24a12ce1589d2d342955ed872a52f3fe0565f545?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
4 deletions
@ -37,7 +37,7 @@ HEX_EEPROM_FLAGS += --change-section-lma .eeprom=0
## Objects that must be built in order to link
## Objects that must be built in order to link
OBJECTS = socket.o w5100.o main.o delay.o serial.o mcu.o dns.o sockutil.o util.o
OBJECTS = socket.o w5100.o delay.o serial.o mcu.o dns.o sockutil.o util.o
## Objects explicitly added by the user
## Objects explicitly added by the user
LINKONLYOBJECTS =
LINKONLYOBJECTS =
@ -60,9 +60,6 @@ serial.o: ../mcu/serial.c
#timer.o: ../mcu/timer.c
#timer.o: ../mcu/timer.c
# $(CC) $(INCLUDES) $(CFLAGS) -c $<
# $(CC) $(INCLUDES) $(CFLAGS) -c $<
main.o : ../main /main .c
$( CC) $( INCLUDES) $( CFLAGS) -c $<
socket.o : socket .c
socket.o : socket .c
$( CC) $( INCLUDES) $( CFLAGS) -c $<
$( CC) $( INCLUDES) $( CFLAGS) -c $<