Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Merge requests
!534
Blm upgrades 5 10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Blm upgrades 5 10
blm_upgrades_5_10
into
main
Overview
0
Commits
2
Pipelines
1
Changes
22
Merged
moon2
requested to merge
blm_upgrades_5_10
into
main
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
22
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7699a286
2 commits,
1 year ago
22 files
+
925
−
350
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
components/bl00mbox/include/bl00mbox.h
+
1
−
5
Options
@@ -8,9 +8,5 @@
uint16_t
bl00mbox_sources_count
();
uint16_t
bl00mbox_source_add
(
void
*
render_data
,
void
*
render_function
);
void
bl00mbox_source_remove
(
uint16_t
index
);
void
bl00mbox_audio_render
(
int16_t
*
rx
,
int16_t
*
tx
,
uint16_t
len
);
// TEMP
void
bl00mbox_player_function
(
int16_t
*
rx
,
int16_t
*
tx
,
uint16_t
len
);
bool
bl00mbox_audio_render
(
int16_t
*
rx
,
int16_t
*
tx
,
uint16_t
len
);
void
bl00mbox_init
(
void
);
Loading