amex/config.c: Rename from cfg.c

Easier to type and more consistent with its identifiers.
This commit is contained in:
Tau
2019-05-15 20:08:35 -04:00
parent 3e91ac2393
commit 6d933eb8f4
18 changed files with 23 additions and 14 deletions

View File

@ -9,8 +9,8 @@ amex_lib = static_library(
sources : [
'amex.c',
'amex.h',
'cfg.c',
'cfg.h',
'config.c',
'config.h',
'ds.c',
'ds.h',
'eeprom.c',