3 Revize bf64a70125 ... 523b6b3876

Autor SHA1 Zpráva Datum
  Vladimir N. Shilov 523b6b3876 Merge branch 'stm32f4xx' of git.shilov.pp.ua:shiva/Accum-Tester into stm32f4xx před 1 týdnem
  Vladimir N. Shilov 5cc1553554 Prepare for FatFS. před 1 rokem
  Vladimir N. Shilov f0562e1454 Added profile for SLA accum GP6012. před 1 rokem
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -127,6 +127,7 @@ LDSCRIPT= $(STARTUPLD)/STM32F407xG.ld
 # setting.
 CSRC =	$(ALLCSRC) \
 	$(GFXSRC) \
+	$(FATFSSRC) \
 	src/buttons.c \
 	src/INA3221.c \
 	src/main.c
@@ -142,7 +143,7 @@ ASMSRC = $(ALLASMSRC)
 ASMXSRC = $(ALLXASMSRC)
 
 # Inclusion directories.
-INCDIR = $(CONFDIR) $(ALLINC) $(GFXINC)
+INCDIR = $(CONFDIR) $(ALLINC) $(GFXINC) $(FATFSINC)
 
 # Define C warning options here.
 CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes