Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
ae1833c8
Commit
ae1833c8
authored
7 years ago
by
Sebastian Meiling
Browse files
Options
Downloads
Patches
Plain Diff
doc: fix or remove weird and invisble chars
parent
9a7a8a17
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drivers/mrf24j40/mrf24j40_getset.c
+2
-2
2 additions, 2 deletions
drivers/mrf24j40/mrf24j40_getset.c
drivers/tcs37727/include/tcs37727-internal.h
+4
-4
4 additions, 4 deletions
drivers/tcs37727/include/tcs37727-internal.h
pkg/openthread/include/ot.h
+1
-1
1 addition, 1 deletion
pkg/openthread/include/ot.h
with
7 additions
and
7 deletions
drivers/mrf24j40/mrf24j40_getset.c
+
2
−
2
View file @
ae1833c8
...
...
@@ -236,7 +236,7 @@ void mrf24j40_set_chan(mrf24j40_t *dev, uint8_t channel)
mrf24j40_reg_write_long
(
dev
,
MRF24J40_REG_RFCON0
,
channel_value
);
/*
* Note:Perform an RF State Machine Reset (see Section 3.1
R
eset)
* Note:
Perform an RF State Machine Reset (see Section 3.1 Reset)
* after a channel frequency change. Then, delay at least 192 us after
* the RF State Machine Reset, to allow the RF circuitry to calibrate.
*/
...
...
@@ -373,7 +373,7 @@ void mrf24j40_set_option(mrf24j40_t *dev, uint16_t option, bool state)
tmp
|=
MRF24J40_TXMCR_NOCSMA
;
/* MACMINBE<1:0>: The minimum value of the backoff exponent
* in the CSMA-CA algorithm. Note that if this value is set
* to
0,
collision avoidance is disabled. */
* to
0
, collision avoidance is disabled. */
mrf24j40_reg_write_short
(
dev
,
MRF24J40_REG_TXMCR
,
tmp
);
break
;
case
MRF24J40_OPT_PROMISCUOUS
:
...
...
This diff is collapsed.
Click to expand it.
drivers/tcs37727/include/tcs37727-internal.h
+
4
−
4
View file @
ae1833c8
...
...
@@ -102,10 +102,10 @@ extern "C"
#define TCS37727_CONTROL_PDRIVE_25 0x08
/**< 25 mA LED Drive Strength */
#define TCS37727_CONTROL_PDRIVE_12 0x0C
/**< 12.5 mA LED Drive Strength */
#define TCS37727_CONTROL_PDRIVE_MASK 0x0C
/**< PDRIVE Mask */
#define TCS37727_CONTROL_AGAIN_1 0x00
/**<
1 ×
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_4 0x01
/**<
4 ×
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_16 0x02
/**< 16
×
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_60 0x03
/**< 60
×
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_1 0x00
/**<
1x
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_4 0x01
/**<
4x
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_16 0x02
/**< 16
x
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_60 0x03
/**< 60
x
gain RGBC Gain Value */
#define TCS37727_CONTROL_AGAIN_MASK 0x03
/**< AGAIN Mask */
/** @} */
...
...
This diff is collapsed.
Click to expand it.
pkg/openthread/include/ot.h
+
1
−
1
View file @
ae1833c8
...
...
@@ -17,7 +17,7 @@
*
* @file
*
* @author José Ignacio Alamos <jialamos@uc.cl>
* @author Jos
é
Ignacio Alamos <jialamos@uc.cl>
*/
#ifndef OT_H
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment