Rename DS1307 driver files to a more generic RTC, as different RTC drivers may be added in the future.
This commit is contained in:
		
							parent
							
								
									b4af3f1fc9
								
							
						
					
					
						commit
						15828b1d5f
					
				
					 5 changed files with 5 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ F_CPU        = 8000000
 | 
			
		|||
F_USB        = $(F_CPU)
 | 
			
		||||
OPTIMIZATION = s
 | 
			
		||||
TARGET       = TempDataLogger
 | 
			
		||||
SRC          = $(TARGET).c Descriptors.c Lib/DataflashManager.c Lib/DS1307.c Lib/SCSI.c Lib/FATFs/diskio.c Lib/FATFs/ff.c \
 | 
			
		||||
SRC          = $(TARGET).c Descriptors.c Lib/DataflashManager.c Lib/RTC.c Lib/SCSI.c Lib/FATFs/diskio.c Lib/FATFs/ff.c \
 | 
			
		||||
               $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) $(LUFA_SRC_SERIAL) $(LUFA_SRC_TWI) $(LUFA_SRC_TEMPERATURE)
 | 
			
		||||
LUFA_PATH    = ../../LUFA
 | 
			
		||||
CC_FLAGS     = -DUSE_LUFA_CONFIG_HEADER -IConfig/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue