industry/foc/*/foc_openloop.c: rename files to foc_ang_openloop.c
This commit is contained in:
parent
ff839dcf3e
commit
df1638a3aa
@ -34,7 +34,7 @@ CSRCS += float/foc_angle.c
|
|||||||
CSRCS += float/foc_velocity.c
|
CSRCS += float/foc_velocity.c
|
||||||
CSRCS += float/foc_routine.c
|
CSRCS += float/foc_routine.c
|
||||||
ifeq ($(CONFIG_INDUSTRY_FOC_ANGLE_OPENLOOP),y)
|
ifeq ($(CONFIG_INDUSTRY_FOC_ANGLE_OPENLOOP),y)
|
||||||
CSRCS += float/foc_openloop.c
|
CSRCS += float/foc_ang_openloop.c
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_INDUSTRY_FOC_CORDIC),y)
|
ifeq ($(CONFIG_INDUSTRY_FOC_CORDIC),y)
|
||||||
CSRCS += float/foc_cordic.c
|
CSRCS += float/foc_cordic.c
|
||||||
@ -70,7 +70,7 @@ CSRCS += fixed16/foc_angle.c
|
|||||||
CSRCS += fixed16/foc_velocity.c
|
CSRCS += fixed16/foc_velocity.c
|
||||||
CSRCS += fixed16/foc_routine.c
|
CSRCS += fixed16/foc_routine.c
|
||||||
ifeq ($(CONFIG_INDUSTRY_FOC_ANGLE_OPENLOOP),y)
|
ifeq ($(CONFIG_INDUSTRY_FOC_ANGLE_OPENLOOP),y)
|
||||||
CSRCS += fixed16/foc_openloop.c
|
CSRCS += fixed16/foc_ang_openloop.c
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_INDUSTRY_FOC_CORDIC),y)
|
ifeq ($(CONFIG_INDUSTRY_FOC_CORDIC),y)
|
||||||
CSRCS += fixed16/foc_cordic.c
|
CSRCS += fixed16/foc_cordic.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* apps/industry/foc/fixed16/foc_openloop.c
|
* apps/industry/foc/fixed16/foc_ang_openloop.c
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* apps/industry/foc/float/foc_openloop.c
|
* apps/industry/foc/float/foc_ang_openloop.c
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
Loading…
x
Reference in New Issue
Block a user