mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Minor style clean up
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
94db8a9414
commit
7d66a16c53
5 changed files with 6 additions and 5 deletions
|
|
@ -277,6 +277,7 @@
|
|||
#ifndef MAX
|
||||
# define MAX(a,b) (((a) > (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -763,8 +763,8 @@ config MPU60X0_GYRO_FS_SEL
|
|||
int "MPU60x0 Gyro FS_SEL"
|
||||
default 2
|
||||
---help---
|
||||
Sets the @fs_sel bit in GYRO_CONFIG to the value provided. Per
|
||||
the datasheet, the meaning of @fs_sel is as follows:
|
||||
Sets the @fs_sel bit in GYRO_CONFIG to the value provided. Per
|
||||
the datasheet, the meaning of @fs_sel is as follows:
|
||||
GYRO_CONFIG(0x1b) : XG_ST YG_ST ZG_ST FS_SEL1 FS_SEL0 x x x
|
||||
XG_ST, YG_ST, ZG_ST : self-test (unsupported in this driver)
|
||||
1 -> activate self-test on X, Y, and/or Z gyros
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ $(AOBJS): %$(OBJEXT): %.S
|
|||
$(COBJS): %$(OBJEXT): %.c
|
||||
$(call COMPILE, $<, $@)
|
||||
|
||||
$(BIN): $(OBJS)
|
||||
$(BIN): $(OBJS)
|
||||
$(call ARCHIVE, $@, $(OBJS))
|
||||
|
||||
context::
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
|
|||
$(CPPOBJS): %$(OBJEXT): %.cpp
|
||||
$(call COMPILEXX, $<, $@)
|
||||
|
||||
$(BIN): $(OBJS)
|
||||
$(BIN): $(OBJS)
|
||||
$(call ARCHIVE, $@, $(OBJS))
|
||||
|
||||
context::
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ $(AOBJS): %$(OBJEXT): %.S
|
|||
$(COBJS): %$(OBJEXT): %.c
|
||||
$(call COMPILE, $<, $@)
|
||||
|
||||
$(BIN): $(OBJS)
|
||||
$(BIN): $(OBJS)
|
||||
$(call ARCHIVE, $@, $(OBJS))
|
||||
|
||||
makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue