diff options
| author | Keith Packard <keithp@keithp.com> | 2010-01-09 01:22:06 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-01-09 01:22:06 -0800 |
| commit | dc8d18736239b14c2ec48a40a01515912c5c25e6 (patch) | |
| tree | 217c97ad0c6378919dd1a442cd731540d138cb35 /src/Makefile | |
| parent | 3bab7e66d25988f5d63ec139c8814a85b983f8f3 (diff) | |
Add AT45DBxx1D driver
This driver supports the AT45DB011D through AT45DB321D DataFlash
parts as found in TeleMetrum v0.2
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 39599753..dcd41718 100644 --- a/src/Makefile +++ b/src/Makefile @@ -82,7 +82,7 @@ DBG_DONGLE_SRC = \ # TM_DRIVER_SRC = \ ao_adc.c \ - ao_ee.c \ + ao_flash.c \ ao_gps_report.c \ ao_ignite.c |
