Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stm32_libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
humanoides
tools
stm32_libraries
Commits
c7ba7417
Commit
c7ba7417
authored
1 year ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Changed the type of the waveform ID to force it as unsigned char.
parent
876d0bbc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pattern_frame_buffer/include/waveform_patterns.h
+1
-1
1 addition, 1 deletion
pattern_frame_buffer/include/waveform_patterns.h
with
1 addition
and
1 deletion
pattern_frame_buffer/include/waveform_patterns.h
+
1
−
1
View file @
c7ba7417
...
@@ -35,7 +35,7 @@ typedef union{
...
@@ -35,7 +35,7 @@ typedef union{
#pragma pack (push, 1)
#pragma pack (push, 1)
typedef
struct
typedef
struct
{
{
wf_id_t
waveform_id
;
unsigned
char
waveform_id
;
TPixelRGB
max
;
TPixelRGB
max
;
TPixelRGB
min
;
TPixelRGB
min
;
unsigned
short
int
period
;
unsigned
short
int
period
;
...
...
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