mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-04 22:59:41 +02:00
Prepare abstraction of C2 communication.
- f32x/c2.c: renamed to c2-om.c - f32x/Makefile (OBJS): changed c2.o to c2-om.o
This commit is contained in:
parent
66a929a1f5
commit
ab35c6b518
@ -19,7 +19,7 @@ LDFLAGS=
|
||||
PREFIX=/usr
|
||||
|
||||
NAME=f32x
|
||||
OBJS=f32x.o flash.o c2.o gpio.o rt.o boundary.o
|
||||
OBJS=f32x.o flash.o c2-om.o gpio.o rt.o boundary.o
|
||||
|
||||
.PHONY: all install uninstall clean depend spotless
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user