Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Merge requests
!127
epicardium: BLE opt in
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
epicardium: BLE opt in
koalo/bleoptin
into
master
Overview
3
Commits
2
Pipelines
6
Changes
5
Merged
koalo
requested to merge
koalo/bleoptin
into
master
5 years ago
Overview
3
Commits
2
Pipelines
6
Changes
5
Expand
0
0
Merge request reports
Viewing commit
07a0b224
Prev
Next
Show latest version
5 files
+
142
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
07a0b224
epicardium: BLE opt in
· 07a0b224
koalo
authored
5 years ago
epicardium/modules/buttons.c
+
1
−
1
Options
@@ -14,7 +14,7 @@ static const uint8_t pin_mask[] = {
uint8_t
epic_buttons_read
(
uint8_t
mask
)
{
uint8_t
ret
=
0
;
if
(
portexpander_detected
()
&&
(
mask
&
0x
3
))
{
if
(
portexpander_detected
()
&&
(
mask
&
0x
7
))
{
/*
* Not using PB_Get() here as that performs one I2C transcation
* per button.
Loading